Results 1 to 2 of 2
Hi!
errno == ENOBUFS after 1024 connect() calls.
What params should be tuned to increas the max number of connected sockets?
(ulimit -n > 1024)
Thanx...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 15
errno == ENOBUFS after 1024 connect() calls
Hi!
errno == ENOBUFS after 1024 connect() calls.
What params should be tuned to increas the max number of connected sockets?
(ulimit -n > 1024)
Thanx
- 09-01-2009 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
Hi
The ENOBUFS Error is as shown below.
ENOBUFS -55 : insufficient buffer space to send the data
There appears to not be enough buffer space to send the data to an established Socket. I am not sure if that is a tunable parameter. Cheers...
Robert


Reply With Quote
