1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-30 05:56:54 -05:00
This commit is contained in:
V2Ray 2015-10-10 17:30:37 +02:00
parent 578ede2538
commit 32ab3dcd61

View File

@ -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