curl-library
Re: Introducing 'sockfilt'
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 19 Apr 2005 15:22:05 +0200 (CEST)
Date: Tue, 19 Apr 2005 15:22:05 +0200 (CEST)
On Tue, 19 Apr 2005, Andres Garcia wrote:
> If I don't interrupt it keeps trying endlessly
I bet it tries 30 times for each test case, which very well might seem
endless! ;-)
> sockctrl.log
>
> 12:05:21 Running IPv4 version
> 12:05:21 Listening on port 8992
> 12:05:21 waiting for a client to connect on socket 920
> 12:05:21 select() returned -1
Can you check if you can start 'sockfilt' manually and connect to it with a
telnet client ? Like this:
$ ./server/sockfilt
(it defaults to listening on port 8999)
Then connect to it with telnet:
$ telnet localhost 8999
Verify that it connects. Enter some data and press return. Verify that the
sockfilt program outputs the data (with some extra garbage first).
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-04-19