The OpenD Programming Language

SocketStream.bind

bind() just remember address. We will cal bind() at the time of connect as we can have several connection trials.

class SocketStream
override
void
bind
(
string to
)

Meta