From: jxsaarin AT cs DOT helsinki DOT fi (Jyrki O Saarinen) Subject: Re: Help 7 Jan 1999 09:31:12 -0800 Message-ID: References: <862566F1 DOT 000E99BC DOT 00 AT internet-502 DOT interliant DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Fritz Schenk Cc: gnu-win32 AT cygnus DOT com > 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".