lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #31304] macro SHUT_RD, SHUT_WR, SHUT_RDWR need to chan


From: hanhui
Subject: [lwip-devel] [bug #31304] macro SHUT_RD, SHUT_WR, SHUT_RDWR need to change
Date: Mon, 11 Oct 2010 15:19:34 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 360SE)

URL:
  <http://savannah.nongnu.org/bugs/?31304>

                 Summary: macro SHUT_RD,SHUT_WR,SHUT_RDWR need to change
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: hanhui03
            Submitted on: Mon Oct 11 15:19:33 2010
                Category: sockets
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

On most operating system, 

#define SHUT_RD    0    
#define SHUT_WR    1    
#define SHUT_RDWR  2

but lwip defination is :

#define SHUT_RD    1    
#define SHUT_WR    2    
#define SHUT_RDWR  3

Many applications directly use 0 or 1 or 2 rather than use macros.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?31304>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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