• Show log

    Commit

  • Hash : da112175
    Author : Azat Khuzhin
    Date : 2019-05-12T16:12:06

    build: struct sockaddr_un detection (sys/un.h, afunix.h)
    
    - On UNIX:     sys/un.h
    - Since win10: afunix.h
    
    And windows has AF_UNIX but do not have sockaddr_un (before windows
    build 17061 [1]), hence the sockaddr_un detection.
    
      [1]: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/