How to enable support for Jumbo size Ethernet frame in Linux? -


in order support send , receive jumbo isis control packet, need enable jumbo size ethernet handling in linux.

for tcp, set below variables in /proc/sys/net/ipv4

tcp_mtu_probing (set 1 or 2, instead of deafult 0) tcp_base_mss (default 512, change per requirement).

how enable same base ethernet packet.

thanks


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -