From 855ce453a03002b84af691b7e3ead28efd8c2072 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Sat, 2 Mar 2013 13:37:07 -0500 Subject: [PATCH] Fix docs on `udp-open-socket` --- collects/scribblings/reference/networking.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/networking.scrbl b/collects/scribblings/reference/networking.scrbl index e8f8f899d8..562fb76e52 100644 --- a/collects/scribblings/reference/networking.scrbl +++ b/collects/scribblings/reference/networking.scrbl @@ -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