TCP timeout
Hi, I'm having some trouble with getting a TCP connection to timeout on connect. My understanding is that the following function should return Nil after 3 seconds: (comm:open-tcp-stream "1.0.0.3" 3999 direction :io :read-timeout 3) However, the :read-timeout keyword seems to have no effect on how long it attempts to connect. For me it takes somewhere around 1 minute before it times out. I'm using LWM. Is this an error, or am I missing something about the specs for this function? Thanks, -Chris