fix `udp-bind!' test
This commit is contained in:
parent
213430f728
commit
88c7bb59d4
|
@ -1424,7 +1424,7 @@
|
|||
(arity-test udp? 1 1)
|
||||
(arity-test udp-bound? 1 1)
|
||||
(arity-test udp-connected? 1 1)
|
||||
(arity-test udp-bind! 3 3)
|
||||
(arity-test udp-bind! 3 4)
|
||||
(arity-test udp-connect! 3 3)
|
||||
(arity-test udp-send-to 4 6)
|
||||
(arity-test udp-send-to* 4 6)
|
||||
|
|
|
@ -4,6 +4,7 @@ racket/udp: added multicast support: udp-multicast-join-group!,
|
|||
udp-multicast-set-interface!, udp-multicast-set-loopback!,
|
||||
udp-multicast-loopback?, udp-multicast-set-ttl!,
|
||||
udp-multicast-ttl
|
||||
racket/udp: added reuse? argument to udp-bind!
|
||||
scribble/eval: extended make-base-eval to be more like
|
||||
make-evaluator
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user