> Thanks for the answer and the link. This has now become a bit easier task.
>
> One last question. The PC has several network cards and the networks are
> completely separate.
>
> I need to handle datagrams from all networks. I have a TWSocket with addr
> set to 0.0.0.0 and localAddr is blank. I
:13 AM
To: ICS support mailing
Subject: Re: [twsocket] UDP question...
> This is the first time I am writing a UDP server. The other UDP was a
> client. It was fairly straight forward.
>
> As the server lets say I have 2 clients, A and B, that will be sending
> me unsolicited da
>I think with UDP you get can get packets in different order, not get them
>at
> all, get them repeated.. but as opposed to TCP you get entire packets, if
> you send 100 bytes at once, you get 100 at once. Someone correct me if I'm
> wrong..
You are right.
--
[EMAIL PROTECTED]
The author of the
> This is the first time I am writing a UDP server. The other UDP was a
> client. It was fairly straight forward.
>
> As the server lets say I have 2 clients, A and B, that will be sending me
> unsolicited data of 100 bytes per message.
>
> If I understand, when TWSocket.OnDataAvailable fires the d
I think with UDP you get can get packets in different order, not get them at
all, get them repeated.. but as opposed to TCP you get entire packets, if
you send 100 bytes at once, you get 100 at once. Someone correct me if I'm
wrong..
>
> Hi,
>
> This is the first time I am writing a UDP server
Hi,
This is the first time I am writing a UDP server. The other UDP was a
client. It was fairly straight forward.
As the server lets say I have 2 clients, A and B, that will be sending me
unsolicited data of 100 bytes per message.
If I understand, when TWSocket.OnDataAvailable fires the data so