netstack: remove stale TODOs

PiperOrigin-RevId: 633751715
This commit is contained in:
Kevin Krakauer
2024-05-14 17:11:30 -07:00
committed by gVisor bot
parent fd3eb7437d
commit 89f5550a36
+2 -2
View File
@@ -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())