 | | The maxlen field of addr, opt, and udata must be set before the call to t_listen. On return, addr will contain the address of the caller, opt will contain any protocol-specific options associated with the request, and udata will contain any data sent by the caller in the connection request (if the transport provider supports this). The sequence field will uniquely identify the connection request, allowing a server to listen for multiple connection requests before responding to any of them. | |
|