• Oliver Giles's avatar
    Support abstract unix socket addresses · f9e96d71
    Oliver Giles authored
    Since kj::StringPtr supports embedded NULs, copy its entire data
    buffer to the sockaddr_un structure instead of using strcpy.
    On Linux, this allows the use of the abstract socket namespace.
    f9e96d71
async-io-unix.c++ 44.6 KB