Skip to content

Commit

Permalink
Send and receive file descriptors through net.Stream.
Browse files Browse the repository at this point in the history
a) create a layer of indirection in net.Stream to allow swapping in
different read/write implementations and

b) emit an 'fd' event when file descriptors are received over a UNIX pipe,
as finally as a tangential benefit

c) remove a bunch of conditionals from the primary codepaths for
ease-of-reading.
  • Loading branch information
pgriess authored and ry committed Jun 3, 2010
1 parent 55a6f01 commit 8f0b4e9
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 139 deletions.

0 comments on commit 8f0b4e9

Please sign in to comment.