Le 17/07/2015 17:06, George Neuner a écrit :
Won't the connection attempt eventually time out and cause an exception when the TCP stack closes the socket? I know the default connect timeout is rather long though (150 seconds?).
Yes it will close for sure but after a long time (maybe 150 sec as you said). Also it can server side maybe...
I'm not a TCP/IP specialist so surely there is a better way to follow. One day I'll read a little the book mentionned in racket doc :
TCP/IP Illustrated, Volume 1 by W. Richard Stevens http://www.jtbookyard.com/uploads/6/2/9/3/6293106/tcp_ip_illustrated_volume_1_the_protocols_2nd_edit.pdf -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

