natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Add SecurityAttribute support #16

Open billshu opened 8 years ago

billshu commented 8 years ago

This will allow everyone to connect to the named pipe which could be very useful. Maybe an option when creating the pipe will be better

billshu commented 8 years ago

this is based on https://github.com/j-keck/npipe, I added to v2, j-keck's changes are made on master