Commit graph

11 commits

Author SHA1 Message Date
Alfred E. Heggestad
c7629d930b patch: remove usage of strerror(), use %m instead 2012-08-09 15:30:41 +00:00
Alfred E. Heggestad
316c3fc600 patch: TCP buffering 2012-08-04 20:09:18 +00:00
Richard Aas
e63acdb2ff tcp/udp: IPv6 scope-id support for link-local addresses 2012-08-03 12:55:15 +00:00
Alfred E. Heggestad
0992146f6a added tcp_conn_txqsz() 2012-06-27 19:25:07 +00:00
Alfred E. Heggestad
9a969463ed This patch limits the size of the tcp send queue. Today its unlimited.
added function:


void tcp_conn_txqsz_set(struct tcp_conn *tc, size_t txqsz);
2012-04-21 16:08:34 +00:00
Alfred E. Heggestad
1838b1c844 patch: fix a bug in TLS code:
- handle recv with both TLS-handshake and Application data in same read
- robust ref-counting; handle mem_deref() in send-handler and estab-handler
2011-11-11 23:58:34 +00:00
Alfred E. Heggestad
91067df03c patch: use BIO with tcp_send in TLS code, flush send-queue on tcp socket close 2011-11-09 15:36:25 +00:00
Alfred E. Heggestad
7f973a8bc8 patch: added tcp_set_handlers() 2011-05-24 13:01:44 +00:00
Richard Aas
198703c7a0 update docs/dox for >= testing modules 2011-03-01 11:11:08 +00:00
Richard Aas
b8fb22fa71 tcp/udp: helper api cleanup 2011-02-28 06:55:25 +00:00
Alfred E. Heggestad
6648fd2393 update splash 2010-11-03 11:34:14 +00:00