Following tcp and ip parameters would help to get high load tests with less/no connection failures from poly server and poly client.
make sure to set these values on both the systems.
echo 1000 64000 > /proc/sys/net/ipv4/ip_local_port_range
echo 10 > /proc/sys/net/ipv4/tcp_fin_timeout
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
Please save your self my backing the current setting for reference.
Advertisement