mirror of https://github.com/v2ray/v2ray-core
typo
parent
578ede2538
commit
32ab3dcd61
|
@ -55,7 +55,7 @@ func (server *SocksServer) AcceptPackets(conn *net.UDPConn) error {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if request.Fragment != 0 {
|
if request.Fragment != 0 {
|
||||||
log.Warning("Dropping framented UDP packets.")
|
log.Warning("Dropping fragmented UDP packets.")
|
||||||
// TODO handle fragments
|
// TODO handle fragments
|
||||||
request.Data.Release()
|
request.Data.Release()
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue