RestoSuite

  • t4lz's avatar
    Add unix socket methods to SockAddr · 26ad768c
    t4lz authored
    To enable determining what type of AF_UNIX address it is, if any.
    Enable retrieving the pathname or abstract address of the socket,
    if applicable. Adds the following API:
    
     * SockAddr::is_unix
     * SockAddr::is_unnamed
     * SockAddr::as_pathname
     * SockAddr::as_abstract_namespace
    
    Also, fix some typos in CONTRIBUTING.
    26ad768c
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.