mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
netstack: remove stale TODOs
PiperOrigin-RevId: 633751715
This commit is contained in:
committed by
gVisor bot
parent
fd3eb7437d
commit
89f5550a36
@@ -3407,9 +3407,9 @@ func (s *sock) State() uint32 {
|
||||
return 0
|
||||
}
|
||||
case socket.IsICMP(s):
|
||||
// TODO(b/112063468): Export states for ICMP sockets.
|
||||
// We don't support this yet.
|
||||
case socket.IsRaw(s):
|
||||
// TODO(b/112063468): Export states for raw sockets.
|
||||
// We don't support this yet.
|
||||
default:
|
||||
// Unknown transport protocol, how did we make this socket?
|
||||
log.Warningf("Unknown transport protocol for an existing socket: family=%v, type=%v, protocol=%v, internal type %v", s.family, s.skType, s.protocol, reflect.TypeOf(s.Endpoint).Elem())
|
||||
|
||||
Reference in New Issue
Block a user