mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
8f484a8350
With the use of separate listen and stream sockets in |KeyStore|, the listen socket remains open while |KeyStore| serves a connected client on the stream socket. When the client disconnected, |KeyStore| continues to listen for the next connection request. The old dependency on |UnixSocketConsumer| has been removed. |
||
---|---|---|
.. | ||
KeyStore.cpp | ||
KeyStore.h | ||
moz.build |