racket/racket
Matthew Flatt 2a387aceea racket/network: improve UDP support
Generalize `udp-send-to`, etc., to try each possibility of
a resolved address (instead of just the first one) like
`udp-connect!` does. This matters, for example, when using
"localhost" as an address, when the machine resolves "locahost"
to both "127.0.0.1" and "::1", and when the socket is created
for the second one that would be tried.

Also, detect and discard asynchronous ICMP errors.
2014-10-02 11:33:38 -06:00
..
collects fix some random generators broken when refactoring things to improve contract-stronger? 2014-10-01 21:44:02 -05:00
src racket/network: improve UDP support 2014-10-02 11:33:38 -06:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00