lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] UDP and TCP on LWIP


From: Nishen Naidu
Subject: [lwip-users] UDP and TCP on LWIP
Date: Mon, 7 Apr 2003 16:55:59 +0200

Hi Guys
 
I trying to use UDP and TCP together. The TCP works fine if I remove the code
for binding to a UDP etc. eg.
  conn = netconn_new(NETCONN_UDP);
  netconn_bind(conn, NULL, UDP_PORT);
but as soon as I try to bind to the UDP_PORT I don't seem to accept any connections
from my TCP accept calls.
Any ideas what could be the problem?
Please help. Urgent.
 
Thanks
Nishen

reply via email to

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