[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #6250] MSG_MORE flag for send
From: |
Marc Chaland |
Subject: |
[lwip-devel] [patch #6250] MSG_MORE flag for send |
Date: |
Tue, 30 Oct 2007 11:33:37 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 |
Follow-up Comment #9, patch #6250 (project lwip):
If an application uses uclibc headers for example, it will call send() with
MSG_MORE=0x8000. If into lwip library, MSG_MORE=0x10, library will never
detect that MSG_MORE flag has been set.
As lwip is not compiled with uclibc, I don't think using ifdef is a good
idea. I think lwip should use more "standard" flags.
Marc
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?6250>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Marc Chaland, 2007/10/29
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/29
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Jonathan Larmour, 2007/10/29
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Marc Chaland, 2007/10/29
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/29
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Marc Chaland, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Simon Goldschmidt, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send,
Marc Chaland <=
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Jonathan Larmour, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Jonathan Larmour, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Jonathan Larmour, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Marc Chaland, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Frédéric Bernon, 2007/10/30
- [lwip-devel] [patch #6250] MSG_MORE flag for send, Jonathan Larmour, 2007/10/30