pp-get-udp-addr

Synopsis

(pp-get-udp-addr port-number)

Parameters

  • port-number

Description

Side Effects

Return Value

The associated outgoing UDP address of the specified port is returned. An address of all zero ("::") is regarded to be unknown and #f is returned in that case.

Example

> (pp-get-udp-addr 1)
#f
>