chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] `tcp-connect' permanently blocks if connecting to a


From: Zbigniew
Subject: Re: [Chicken-users] `tcp-connect' permanently blocks if connecting to a non-existing port
Date: Wed, 23 Aug 2006 18:53:20 -0500

I cannot reproduce this problem on Mac OS X 10.4.6, either.

Version 2, Build 41 - macosx-unix-gnu-ppc - [ dload ptables applyhook ]
#;1> (require-extension tcp)
#;2> (tcp-connect "localhost" 5050)
Error: (tcp-connect) can not create socket - Connection refused

On 8/23/06, Dmitry Lizorkin <address@hidden> wrote:
(require-extension tcp)
(tcp-connect "localhost" 5050)

`tcp-connect' permanently blocks if nobody is listening to the corresponding
port. We observed this for Chicken 2.41 for both Linux and Windows & for
both local and remote connections.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]