Mail Archives: cygwin/1999/01/07/09:31:12
> 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 AT cygnus DOT com" with one line of text: "help".
- Raw text -