lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #7773] "netconn_bind" broken for UDP connections in


From: Marco Jakobs
Subject: [lwip-devel] [patch #7773] "netconn_bind" broken for UDP connections in LwIP 1.4.0
Date: Thu, 03 May 2012 06:52:08 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0

Follow-up Comment #3, patch #7773 (project lwip):

Hi Simon,

shit ... was too late yesterday and a new tracker for me ... of course it's a
bug, not a patch! :-( Are you able to change (i can't as it seems).

In LwIP 1.4.0 the return code of the netconn_bind is -8 ("Address in use").

Sending of the data is:

dvsrvbuf=netbuf_new();          // Netbuffer anlegen
txdata=netbuf_ref(dvsrvbuf,msgq_scratch[scr1-1].buf,msgq_scratch[scr1-1].len);  
//
Daten zuweisen
netconn_send(dvtxcon,dvsrvbuf);         // Daten als UDP senden
netconn_delete(dvtxcon);                // Connection löschen
netbuf_delete(dvsrvbuf);        // Buffer löschen

I'll check how the 1.4.1 RC1 deals with that ...

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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