From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jyrki O Saarinen To: Fritz Schenk Cc: gnu-win32@cygnus.com Subject: Re: Help Date: Sun, 31 Jan 1999 23:52:00 -0000 Message-id: References: <862566F1.000E99BC.00@internet-502.interliant.com> X-SW-Source: 1999-01n/msg00157.html > 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".