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: Simon Goldschmidt
Subject: [lwip-devel] [patch #6250] MSG_MORE flag for send
Date: Thu, 01 Nov 2007 18:47:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8

Follow-up Comment #22, patch #6250 (project lwip):

What about adding a check for known apiflags à là

#ifdef TCP_OUTPUT_DEBUG
LWIP_ASSERT("Unknown apiflags", ((apiflags & ~(TCP_WRITE_FLAG_COPY |
TCP_WRITE_FLAG_MORE)) == 0);
#endif /* TCP_OUTPUT_DEBUG */

?

Also, a comment above TCP_WRITE_FLAG_COPY and TCP_WRITE_FLAG_MORE that these
are usable as apiflags for tcp_write and tcp_enqueue would be good ;-)

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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