I'm using Synapse with Delphi 4 on Win98.
(Same problem with INDY)
Another question: I'm writing a server. Is there
a limit of connections to server too?
A request to send or receive data was disallowed because the socket is not
connected
"CyberAlien" <cyber...@europe.com> wrote in message
news:3b35f5fc$1_2@dnews...
> > Another question: I'm writing a server. Is there
> > a limit of connections to server too?
---
CyberAlien.
mailto:cyber...@europe.com
http://slavanap2.sourceforge.net
WSAENOTCONN
(10057)
Socket is not connected.
A request to send or receive data was disallowed because the socket is
not connected and (when sending on a datagram socket using sendto) no
address was supplied. Any other type of operation might also return this
error - for example, setsockopt setting SO_KEEPALIVE if the connection
has been reset.
CyberAlien wrote:
Please read this portion of the winsock faq for further info on this
subject
http://www.cyberport.com/~tangent/programming/winsock/advanced.html#maxsockets
"CyberAlien" <cyber...@europe.com> wrote in message
news:3b35ffc1_1@dnews...