abstract-unix-socket.d 426 B

123456789101112
  1. Long: abstract-unix-socket
  2. Arg: <path>
  3. Help: Connect via abstract Unix domain socket
  4. Added: 7.53.0
  5. Protocols: HTTP
  6. Category: connection
  7. See-also: unix-socket
  8. Example: --abstract-unix-socket socketpath $URL
  9. ---
  10. Connect through an abstract Unix domain socket, instead of using the network.
  11. Note: netstat shows the path of an abstract socket prefixed with '@', however
  12. the <path> argument should not have this leading character.