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 - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -