evutil_socket_t

* A type wide enough to hold the output of "socket()" or "accept()". On * Windows, this is an intptr_t; elsewhere, it is an int.

  1. alias evutil_socket_t = intptr_t
    version(Win32)
    extern (C) nothrow
    alias evutil_socket_t = intptr_t
  2. alias evutil_socket_t = int

Meta