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
When an icmp fragmentation message arrives in utp_process_icmp_fragmentation() and the next_hop_mtu is less than mtu_floor, the assert(mtu_floor <= mtu_ceiling); in mtu_search_update() will go off.
The text was updated successfully, but these errors were encountered:
When an icmp fragmentation message arrives in
utp_process_icmp_fragmentation()
and thenext_hop_mtu
is less thanmtu_floor
, theassert(mtu_floor <= mtu_ceiling);
inmtu_search_update()
will go off.The text was updated successfully, but these errors were encountered: