sendto

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int sendto(socket_t s, const(void)* buf, int len, int flags, Address.sockaddr* to, int tolen)
  2. int sendto(socket_t s, const(void)* buf, size_t len, int flags, Address.sockaddr* to, int tolen)
    version(!Win32)
    package extern (C)
    int
    sendto

Meta