GAEHWILER Reto 83745652c4 TCP-stack fix for stalled tcp sockets due to broken keepalive
Fixes an issue where tcp sockets with activated keepalives stalled and
were not properly closed. Poll would not indicate a POLLHUP and therefore
locks down the application.

* tcp_conn_s.tcp_conn_s & tcp_conn_s.keepintvl changed to uint32_t
  According RFC1122 keepidle MUST have a default of 2 hours.
2020-10-27 11:21:56 -07:00
..
2020-04-11 21:19:47 +01:00
2020-06-15 08:07:19 -06:00
2020-10-20 01:45:06 -07:00
2020-02-28 18:18:50 -06:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-08-11 16:44:42 +09:00
2019-06-26 14:37:19 -06:00
2020-08-24 03:36:44 -07:00
2020-10-20 01:45:06 -07:00
2019-08-04 07:18:58 -06:00
2020-10-25 20:35:41 -07:00
2020-05-27 05:40:37 -06:00
2020-08-14 03:44:26 -07:00
2020-05-11 11:32:55 -04:00
2020-07-21 21:48:18 -07:00