Hi, all:

  Here I met one problem: I want to modify default TCP connection parameters 
through SOCKET API. say TCP_NODEALY, SO_RCVBUF, SO_SEND_BUF, I searched google, 
there are document explicitly say that default TCP connection parameters should 
be set by setsockopt() before TCP connect() function is called. while I search 
ONNV and other gates, there are codes that set those tunable TCP parameter 
after connect() is called.

  Here I got confused at those totally two different explanation. here is my 
question. If I want to set those tunable TCP parameter for TCP connection. when 
setsockopt will take effect? before connect() or after connect()?

Thanks
ZhangYi
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to