lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] help with socket!!


From: Oscar F
Subject: [lwip-users] help with socket!!
Date: Fri, 4 Sep 2009 12:28:00 +0200

Hello everybody, my customer said me that i need to create 8 socket of communication with diferent port.

There will be 8 logical links with a Port number associated:

 

                        -           RQ1 Port Number = 1500H           (=  6376 dec)

                        -           RQ2 Port Number = 1501H           (=  6377 dec)

                        -           RQ3 Port Number = 1502H           (=  6378 dec)

 

                        -           RP1- Port Number = 1600H           (=  6632 dec)

                        -           RP2-Port Number = 1601H           (=  6633 dec)

                        -           RP3-Port Number = 1602H           (=  6634 dec)

                        -           RP4-Port Number = 1603H           (=  6635 dec)

                        -           RP5-Port Number = 1604H          (=  6636 dec)


Each answer and request goes form diferent socket.


I have the evk1100 with avr32, and i use the lwip 1.3.0 with free RTOS port to this micro.


Can i create 8 socket, and wait for request of them and answed for other ?


in the program run other task, do you recommended use the lwip_select function to block for request, and the task state will be blocked and other task can be runned?


Thank you for all

Regards

Oscar



reply via email to

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