lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #49861] listen on a REUSEADDR socket return ENOMEM whi


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #49861] listen on a REUSEADDR socket return ENOMEM while address in used
Date: Wed, 21 Dec 2016 14:45:40 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Follow-up Comment #2, bug #49861 (project lwip):

To fix this nicely, there is no way but to change the return value of
tcp_listen(). To stay backwards compatible, a new function needs to be
introduced, something like this:


err_t tcp_listen2(struct tcp_pcb *pcb, u8_t backlog, struct tcp_pcb
**pcb_out);


Anyone have an idea for a better name of this new funtion?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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