Skip to content

Instantly share code, notes, and snippets.

@guanqun
Created January 21, 2016 11:49
Show Gist options
  • Save guanqun/10acb551d0c399996354 to your computer and use it in GitHub Desktop.
Save guanqun/10acb551d0c399996354 to your computer and use it in GitHub Desktop.
send fd to another process
http://stackoverflow.com/questions/8481138/how-to-use-sendmsg-to-send-a-file-descriptor-via-sockets-between-2-processes
http://stackoverflow.com/questions/1997622/can-i-open-a-socket-and-pass-it-to-another-process-in-linux
http://www.normalesup.org/~george/comp/libancillary/
http://man7.org/tlpi/code/online/dist/sockets/scm_rights_send.c.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment