|
-
October 6th, 2003, 08:47 PM
#1
socket re-initialize????
I have a Client socket obj in server socket app......
its used for sending and receiving....
Client.Create();
after assigning it to a socket.
Accept(Client,0,0)
I can
Client.Send(data,strlen(data));
after disconnecting from the socket, the Client object is unable to receive any connection when i assign it with Accept(Client,0,0) again....
Is there any re-initialisation that needs to b done?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|