stunnelの遅延対策

www.stunnel.org

My connections are slow, slow, slow

One option might be to turn on the TCP NODELAY option on both ends. On the server, include the following options:
socket = l:TCP_NODELAY=1

and on the client include:
socket = r:TCP_NODELAY=1