Method EventDriver.listenTCP
Listens on the specified port
and interface for TCP connections.
'bind_address
' must be an IPv4 or IPv6 address string corresponding to a local network
interface. conn_callback
is called for every incoming connection, each time from a
new task.
Prototype
TCPListener listenTCP( ushort port, void delegate(TCPConnection) conn_callback, string bind_address, TCPListenOptions options ) abstract;
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.