Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Tcp Ports : tint.listenSyntax#(tint.listen,%tcp-port) %tcp-port is a number which is the tcp/ip port which the socket should listen on. This call will create a port which is a server side tcp/ip socket to be used for listening for clients. The name of the new port will be returned. Example#(tint.socket,12345) port-6 |