|
From: | Mathias Zenger |
Subject: | AW: [lwip-users] help with socket!! |
Date: | Fri, 4 Sep 2009 13:04:17 +0200 |
-----Ursprüngliche Nachricht-----Hello everybody, my customer said me that i need to create 8 socket of communication with diferent port.
Von: address@hidden [mailto:address@hiddenIm Auftrag von Oscar F
Gesendet: Freitag, 4. September 2009 12:28
An: Mailing list for lwIP users
Betreff: [lwip-users] help with socket!!
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
multicast.c
Description: Text document
[Prev in Thread] | Current Thread | [Next in Thread] |