You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method will eagerly evaluate both self.recv_tcp_sockets() and self.recv_icmp_probe() and will discard the result of the latter if the former is Some:
This method will eagerly evaluate both
self.recv_tcp_sockets()
andself.recv_icmp_probe()
and will discard the result of the latter if the former isSome
:This could, in rare cases for TCP tracing, lead to ICMP response packets being ignored.
The text was updated successfully, but these errors were encountered: