Some Mac feth tap changes to hopefully fix slow-leave problem.

This commit is contained in:
Adam Ierymenko 2020-10-30 10:40:34 -04:00
parent 1331739ee4
commit fe5aad3cef
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 52 additions and 11 deletions

View file

@ -72,6 +72,7 @@ private:
Mutex _putLock;
unsigned int _mtu;
unsigned int _metric;
unsigned int _devNo;
int _shutdownSignalPipe[2];
int _agentStdin,_agentStdout,_agentStderr,_agentStdin2,_agentStdout2,_agentStderr2;
long _agentPid;