search for: write_sock_data

Displaying 1 result from an estimated 1 matches for "write_sock_data".

Did you mean: write_socket_data
2001 Mar 06
3
Solution to my read problem 'Broken pipe' 'write_socket_data'
...k in some cases socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 After several trials, I modified the socket options to: socket options = TCP_NODELAY SO_RCVBUF=8192 ie, simply deleted the SO_SNDBUF=8192 Then, everything works perfectly now! I suggest that if anyone meets such 'write_sock_data', 'Broke pipe', etc errors, try something on this command first, or use different network interface to see if errors occur in that case. with regards Lei