Unlike other http-tunnels, Tunna generates a tcp connection for each request and response, And this is very good, Because it simulates a real http queries.
Most of http tunnels generate only one TCP connection, And all TCP-traffics are exchanged through it.
Is there any settings to choise traffics will be transmitted through one TCP-connection or multiple connections?! (however generating a tcp connection for each request and response is better solution, but maybe one TCP-connection faster than multiple connections)