"Dmitri Sologoubenko" <> wrote in message
news:44e4d116$0$1012$...
> Jim Langston wrote:
>
>> "Dmitri Sologoubenko" <> wrote in
>> message
>> news:44ddb463$0$994$...
>>> Anyone have experieced this stuff?
>>> Have any sample code?
>>> Please le me know.
>>>
>>> Thanks a lot,
>>> D
>>
>> I use this one:
>> http://www.adp-gmbh.ch/win/misc/sockets.html
>
> I'm going to develope under Linux (SuSE platform)...
> But this example seems to be interesting.
> Thanks a lot,
> Dmitri
There is only one trivial difference between Linux sockets and Windows
sockets. Windows sockets need an extra call to be initialized where Linux
sockets doesn't. This code should work under Linux with trivial
modifications.