Linux 2.6.19 TCP implementation

read

read

  • /proc/sys/net/ipv4/tcp_rmem
    TCP recv Buffer
  • net.core.netdev_max_backlog
    maximum number of packets queued at a device, which are waiting to be processed by the TCP receiving process
    Socket Backlog, dropped if full

write

write

  • txqueuelen
    ifconfig eth0 txqueuelen
Share Comments