Tcp-Listen

(tcp-listen integer) -> <listener>

Opens a <listener> <stream>, using the given integer as the network port.

Example:

>> (define a (tcp-listen 9191))
:: [listener 59F920]