mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-12 00:35:27 -04:00
Add warning for fragmented packets
This commit is contained in:
@@ -49,6 +49,7 @@ func (server *SocksServer) AcceptPackets(conn *net.UDPConn) error {
|
||||
continue
|
||||
}
|
||||
if request.Fragment != 0 {
|
||||
log.Warning("Dropping framented UDP packets.")
|
||||
// TODO handle fragments
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user