buglwIP - A Lightweight TCP/IP stack - Bugs: bug #32777, Usage of ESHUTDOWN is not POSIX...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #32777: Usage of ESHUTDOWN is not POSIX conform

Submitter:  Sebastian Huber <sebhub2>
Submitted:  Mon 14 Mar 2011 01:42:07 PM UTC
   
 
Category:  sockets/netconn Severity:  3 - Normal
Item Group:  Change Request Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Planned Release:  None
lwIP version:  CVS Head

Mon 14 Mar 2011 02:54:34 PM UTC, comment #1: 

This is a duplicate to bug #32769 ESHUTDOWN (for ERR_CLSD) is linux-specific, which I fixed yesterday.

Bugtracker entries and -changes are broadcasted on the lwip-devel list.

Simon Goldschmidt <goldsimon>
Group administrator
Mon 14 Mar 2011 01:42:07 PM UTC, original submission:  

The error number ESHUTDOWN is used in "src/api/sockets.c".  This error number is Linux specific and not defined in a POSIX standard.  Is it possible to use ENOTCONN instead of ESHUTDOWN for example?

For the POSIX send() documentation please have a look at:

http://pubs.opengroup.org/onlinepubs/009695399/functions/send.html

Sebastian Huber <sebhub2>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by sebhub2 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-14 goldsimon StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code