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