X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=demos%2Ftunala%2Ftunala.c;h=b54bb422dbbf90523227b4cc1b971ddabc73dcb4;hp=445940fabd5badc9b9631ed08fb74fbc73160fab;hb=ce23b0f73e2f0f560218466f01482f80b9c54a78;hpb=d313047f6311fbca23dd036f9f775135e9debeed diff --git a/demos/tunala/tunala.c b/demos/tunala/tunala.c index 445940fabd..b54bb422db 100644 --- a/demos/tunala/tunala.c +++ b/demos/tunala/tunala.c @@ -84,15 +84,6 @@ static int tunala_item_io(tunala_selector_t *selector, tunala_item_t *item); /* MAIN FUNCTION (and its utility functions) */ /*********************************************/ -/* For now, hard-coded as follows; - * (a) We're like "tunala -listen 127.0.0.1:9001 -proxy 127.0.0.1:9002" - * (b) We max out at 50 simultaneous tunnels, listening will stop while we have - * that many tunnels operating and will recommence as/when tunnels close. - * (c) We are an SSL client proxy - * (d) We use the "openssl" ENGINE - * (e) We use the CA cert file "cacert.pem" - * */ - static const char *def_proxyhost = "127.0.0.1:443"; static const char *def_listenhost = "127.0.0.1:8080"; static int def_max_tunnels = 50;