Thread: sockets
View Single Post

  #4 (permalink)  
Old 01-30-2004
Phil Frisbie, Jr.
 
Posts: n/a
Default Re: sockets

Andreas Røsdal wrote:

> hi,
> I have a question about C sockets. Is this possible:
> 1. start application, and establish socket connection.
> 2. quit application, without closing connections (!!)
> 3. restart application, and continue using old connections?


It depends on what you mean by 'connection'. If you mean a TCP connection then
the answer is no. If you mean some sort of UDP connection, then the answer is
maybe, if the application's UDP connection protocol allows it.

> Andreas R.


--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

Reply With Quote