mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23cf69d312
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 |