chicken-users
[Top][All Lists]
Advanced

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

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


From: Dmitry Lizorkin
Subject: [Chicken-users] `tcp-connect' permanently blocks if connecting to a non-existing port
Date: Wed, 23 Aug 2006 17:49:43 +0400

Hello,
In the following piece of code

(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.

What could be the problem?

Dmitry






reply via email to

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