vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function EventDriverSockets.setUserTimeout

Sets TCP_USER_TIMEOUT socket option (linux only). https://tools.ietf.org/html/rfc5482

abstract void setUserTimeout (
  StreamSocketFD socket,
  core.time.Duration timeout
) nothrow @safe;
Authors
Copyright
License