Re: Re[2]: [twsocket] Use same component for both sending and receiving

2005-05-12 Thread Dan
- Original Message - From: "Dod" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 12, 2005 10:50 AM Subject: Re[2]: [twsocket] Use same component for both sending and receiving Hello Wilfried, Yes I know about UDP, it is just for one pac

Re[2]: [twsocket] Use same component for both sending and receiving

2005-05-12 Thread Dod
Hello Wilfried, Yes I know about UDP, it is just for one packet sending to detect were server is located and then server answer back an udp packet so the client machine know server's IP address and can connect to server automatically. Regards. WM> Hello Dod, WM> For UDP you can use sam

Re: [twsocket] Use same component for both sending and receiving

2005-05-12 Thread Wilfried Mestdagh
Hello Dod, For UDP you can use same TWSocket. Remember that the protocol is not reliable by design and that you have to be prepared of lost packets (or double, or out of order, even corrupt). --- Rgds, Wilfried http://www.mestdagh.biz Thursday, May 12, 2005, 09:39, Dod wrote: > Hello, > Small

[twsocket] Use same component for both sending and receiving

2005-05-12 Thread Dod
Hello, Small question, is it safe/correct to use just one WSocket component for doing both listening and sending data ? I actually use two WSocket, one for broadcast listening and other to send the answer to each machine that broadcasted. May I use just one component withtou loosing any incoming