lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Has any work been done on allowing sendandreceive on a


From: Kieran Mansley
Subject: RE: [lwip-users] Has any work been done on allowing sendandreceive on a single port
Date: Mon, 21 Jan 2008 12:06:11 +0000

On Mon, 2008-01-21 at 11:42 +0000, Julian Gardner [RSD] wrote:
> Sorry if I have not explained better
> 
> What i have is a unit which needs to talk to a master unit on a fixed
> port, I open the port as per my code and have a task running which loops
> around looking at the read flags until i have some data, once this is
> received i process the data and then send back a status block, using
> lwip_write!
> 
> I have posted my code which currently runs on port 5000, the reason for
> the task and code is i may need to monitor a block of ports, 5000-5004

Probably easiest just to have 5 sockets then, one on each port.

Kieran





reply via email to

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