Help

Jyrki O Saarinen jxsaarin@cs.helsinki.fi
Sun Jan 31 23:52:00 GMT 1999


> I need your help. I need to use UDP to stream some data from a remote
> location. Do you know of some code that does this for the Win95/Win98
> platform, and can this be done using egcs

If you use cygwin emulation layer you can use standard BSD socket
API.

UDP isn't a stream, it is a connectionless, unreliable protocol while TCP
is connection-oriented, reliable byte-pipe.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list