[Top]
Protocols
Protocols.Line
Protocols.Line.simple
|
Method Protocols.Line.simple()->create()
- Method
create
void Protocols.Line.simple(Stdio.File con, int|void timeout)
- Description
Create a simple nonblocking line-based protocol handler.
con is the connection.
timeout is an optional timeout in seconds after which the connection
will be closed if there has been no data sent or received.
If timeout is 0 (zero), no timeout will be in effect.
- See also
touch_time() , do_timeout()
|