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
snet currently does no MTU validation. This means that applications might be sending datagrams that are over the allowed length without ever being informed of this.
At the very least, snet should return an error when the MTU is exceeded.