Hello, I am actually using "Racket/tcp" for a project in Racket.I'm creating a peer-to-peer network but now I encountered a small problem.For a multicast I want to connect with each server on the same network. For this I use "tcp-connect", but when i try to connect to an ip address which is not hosting a server, throwing the error only happens after more than 1 minute. So I would like to use a modified "tcp-connect" with a smaller time-out. Where can I find the implementation of "tcp-connect"? I already found "tcp.rkt" but there it gets the "tcp-connect" method from "'#%network" but I can't find this one... Greetings!Nicolas
_________________________ Racket Developers list: http://lists.racket-lang.org/dev