Check TCP Buffer Size of Raspberry Pi - Raspberry Pi Forums
hi all,
wondering how check default tcp buffer size pi, have read online using command
/proc/sys//net/ipv4/tcp_rmem
show minimum default , maximum read buffer size and
/proc/sys//net/ipv4/tcp_wmem
show same write.
when entering in lxterminal permission denied thought use sudo though states command cannot found. there workaround this?
wondering how check default tcp buffer size pi, have read online using command
/proc/sys//net/ipv4/tcp_rmem
show minimum default , maximum read buffer size and
/proc/sys//net/ipv4/tcp_wmem
show same write.
when entering in lxterminal permission denied thought use sudo though states command cannot found. there workaround this?
you need read file...
petero
code: select all
cat /proc/sys//net/ipv4/tcp_rmem
raspberrypi
Comments
Post a Comment