lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #5851] Use EMFILE to set errno on alloc_socket error


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5851] Use EMFILE to set errno on alloc_socket error
Date: Wed, 04 Apr 2007 17:21:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #1, patch #5851 (project lwip):

Or ENFILE (File table overflow) ? We can read in :

http://www.opengroup.org/onlinepubs/009695399/functions/socket.html

"the socket() function shall fail if:
...
[EMFILE]
    No more file descriptors are available for this process.
[ENFILE]
    No more file descriptors are available for the system.
..."



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5851>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]