lwip-devel
[Top][All Lists]
Advanced

[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/





reply via email to

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