Fix docs on udp-open-socket
This commit is contained in:
parent
312792ac4d
commit
855ce453a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user