BTW, this could be considered a TCP or OS question, more than a Racket one.

When one wants to debug something like this, as a developer on a real computer, one should be able to see the states of different TCP ports in use. On GNU/Linux and some other modern Unixy OSes, for example, `lsof -i TCP` is one way to see the states.

https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Protocol_operation
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.halu101/constatus.htm

And if one wants to see traces of packets over time, including TCP control, then run something like Wireshark or `tcpdump`. These, too, are open source software.

--
You received this message because you are subscribed to the Google Groups "Racket 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/ed7a70a5-4404-619b-6cb3-216460ec8b8a%40neilvandyke.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to