From: jxsaarin@cs.helsinki.fi (Jyrki O Saarinen)
Subject: Re: Help
7 Jan 1999 09:31:12 -0800
Message-ID: <Pine.LNX.3.96.990107121536.20185A-100000.cygnus.gnu-win32@melkki.cs.Helsinki.FI>
References: <862566F1.000E99BC.00@internet-502.interliant.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Fritz Schenk <Fritz_Schenk@countrywide.com>
Cc: gnu-win32@cygnus.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@cygnus.com" with one line of text: "help".
