GrumpyOldTroll / quiche

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Decide on IPC mechanism for quic_server/client #9

Closed squarooticus closed 2 years ago

squarooticus commented 2 years ago

Currently using pipes (mkfifo). Should we use UNIX domain sockets or gRPC, or something else?

GrumpyOldTroll commented 2 years ago

Decision is to use unix domain sockets with protobuf, so I think this is now tracked as part of #1