|
Socket Buffer size w/ TCP/IP 4.25
|
01/31/2011 1:21 PM
post82800
|
Socket Buffer size w/ TCP/IP 4.25
I am attempting to increase the size of the receive buffer on a UDP socket using setsockopt/SO_RECVBF. The problem is
that if I set the buffer size any greater than 61680 bytes I get an ENOBUFS error. Is there any way to allocate a buffer
larger than this?
|
|
|