Fix docs on udp-open-socket

This commit is contained in:
Asumu Takikawa 2013-03-02 13:37:07 -05:00
parent 312792ac4d
commit 855ce453a0

View File

@ -271,7 +271,7 @@ For information about UDP in general, see @italic{TCP/IP Illustrated,
Volume 1} by W. Richard Stevens.
@defproc[(udp-open-socket [family-hostname (or/c string? #f) #f]
[family-port-no (or/c string? #f) #f])
[family-port-no (or/c (integer-in 1 65535) #f) #f])
udp?]{
Creates and returns a @deftech{UDP socket} to send and receive