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
|
||||
}
|
||||
if request.Fragment != 0 {
|
||||
log.Warning("Dropping framented UDP packets.")
|
||||
log.Warning("Dropping fragmented UDP packets.")
|
||||
// TODO handle fragments
|
||||
request.Data.Release()
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue