Skip to content

scratchpadRepos/unixSocketSendFD-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test project to understand sendding of file descriptors over unix socket, and sniffing the socket with socat.

run sendfd, socat, and then recvfd.

  • ./senfd
  • socat UNIX-LISTEN:/tmp/unixSockSendFe,mode=775,reuseaddr,fork UNIX-CONNECT:/tmp/unixSockSendFd
  • ./recvfd

About

Trying to send file descriptor over Unix Domain sockets, and sniffing the socket using socat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published