]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
src/connection.c: Reduce calls to gnutls_record_get_max_size().
authorSimon Ruderich <simon@ruderich.org>
Thu, 8 Sep 2011 13:55:58 +0000 (15:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 8 Sep 2011 13:55:58 +0000 (15:55 +0200)
commita6f1766d63d80b09de73e2c6d5dedb665925e274
tree6cd3be02861507c0b382a898f669433c99836a7e
parentf1a626728ee8be94ebb023c6cfb2f68684671450
src/connection.c: Reduce calls to gnutls_record_get_max_size().

Calling it once per connection is sufficient.
src/connection.c