How to increase size of the interface queue
To increase size of the interface queue you can use the below command. This can be done as part of linux tcp tuning.
#/sbin/ifconfig eth0 txqueuelen 1000
Category: Tips for linux
To increase size of the interface queue you can use the below command. This can be done as part of linux tcp tuning.
#/sbin/ifconfig eth0 txqueuelen 1000
Category: Tips for linux