Renamed SocketTap to VirtualTap and Connection to VirtualSocket to prevent confusion

This commit is contained in:
Joseph Henry
2017-08-15 18:15:06 -07:00
parent cb93c752f0
commit 7d551d6198
15 changed files with 671 additions and 672 deletions

View File

@@ -188,7 +188,7 @@ int main(int argc , char *argv[])
fprintf(stderr, "Send failed\n");
}
// dismantle all zt virtual taps (SocketTaps)
// dismantle all zt virtual taps
zts_stop();
#endif
return 0;