Re: [twsocket] Send an html mail

2008-07-22 Thread Adilson Garcia
That is it! Thanks a lot! - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, July 21, 2008 4:18 PM Subject: Re: [twsocket] Send an html mail Arno Garrels wrote: > Probably the body of the HTML page just uses a different charset. > I

Re: [twsocket] UDP question...

2008-07-22 Thread Francois PIETTE
> 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

Re: [twsocket] UDP question...

2008-07-22 Thread zayin
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 assume this

Re: [twsocket] UDP question...

2008-07-22 Thread Francois PIETTE
>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

Re: [twsocket] UDP question...

2008-07-22 Thread Francois PIETTE
> 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