Bug#696406: IP_MTU socket option value doesn't restored after 10 minutes.

2012-12-20 Thread Yurij M. Plotnikov
Package: src:linux Version: 3.2.35-2 Severity: normal IP_MTU socket option is not updated after 10 minutes of waiting for SOCK_STREAM sockets when the value of socket option IP_MTU_DISCOVER is IP_PMTUDISC_DO or IP_PMTUDISC_WANT. This can be reproduced with 3 hosts configuration. Let it be the h

Bug#597075: linux-image-2.6.32-5-amd64: The amount of times connect() function resends SYN is not equal to net.ipv4.tcp_syn_retries.

2010-09-16 Thread Yurij M. Plotnikov
Package: linux-2.6 Version: 2.6.32-21 Severity: normal connect() function that is hanging because SYNACK is not recieved resends SYNs only 2 times by default. But net.ipv4.tcp_syn_retries by default is equal to 5. If net.ipv4.tcp_syn_retries is equal to 6 then connect() resends SYN 3 times. The fu