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 calling tle_tcp_stream_send with an mbuf that contains more data than the MSS for the connection, the packet gets forwarded as is to DPDK, at which point it fails to go out (because it has a mismatching size for the medium).
The text was updated successfully, but these errors were encountered:
When calling tle_tcp_stream_send with an mbuf that contains more data than the MSS for the connection, the packet gets forwarded as is to DPDK, at which point it fails to go out (because it has a mismatching size for the medium).
The text was updated successfully, but these errors were encountered: