- Sep 29, 2004
- 18,656
- 68
- 91
I am looking through the setsockopt() API in visual studio.
I have a question. All the documentation for setsockopt() refers to TCP. What about UDP? Can these options be set?
In particular, what about these options:
TCP_NODELAY (seems TCP specific)
SO_SNDBUF
Thanks!
UPDATE 1
Found one answer:
"The TCP_NODELAY option is specific to TCP/IP service providers"
I have a question. All the documentation for setsockopt() refers to TCP. What about UDP? Can these options be set?
In particular, what about these options:
TCP_NODELAY (seems TCP specific)
SO_SNDBUF
Thanks!
UPDATE 1
Found one answer:
"The TCP_NODELAY option is specific to TCP/IP service providers"
