diff options
Diffstat (limited to 'tcp-proxy/tcp-proxy.cpp')
-rw-r--r-- | tcp-proxy/tcp-proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp-proxy/tcp-proxy.cpp b/tcp-proxy/tcp-proxy.cpp index 6acf7b42..70c0281a 100644 --- a/tcp-proxy/tcp-proxy.cpp +++ b/tcp-proxy/tcp-proxy.cpp @@ -297,7 +297,7 @@ int main(int argc,char **argv) srand(time((time_t *)0)); TcpProxyService svc; - Phy<TcpProxyService *> phy(&svc,false); + Phy<TcpProxyService *> phy(&svc,false,true); svc.phy = &phy; svc.udpPortCounter = 1023; |