Alfred E. Heggestad
495f5ff51b
remove symbian
2016-09-18 17:11:37 +02:00
Alfred E. Heggestad
043aa32cc2
remove support for Symbian OS
2016-09-18 17:00:57 +02:00
Richard Aas
143cf94961
Fix glibc 2.22 build (addrinfo visibility)
...
thanks to Dmitrij D. Czarkoff
2015-10-22 07:50:11 +00:00
Alfred E. Heggestad
02b6159ac5
applying patch:
...
1) Close ts->fdc if a new connect is received before the previous
connect was accepted or rejected. Otherwise we will "leak" fds.
2) Include 0 in valid fd range
3) Don't try accept if ts->fdc < 0
4) Don't set tc->fdc = -1 (without closing) when connect fails,
connect will be retried using alternative sockaddr in loop.
2013-04-09 19:46:21 +00:00
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