Commit Graph

11 Commits

Author SHA1 Message Date
Michael Davidsaver 60d275412f conn/chan tx/rx stat tracking 2021-06-27 10:17:13 -07:00
Basil Aljamal 383f332d20 src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std' 2021-05-06 08:36:51 -07:00
Michael Davidsaver 1aa0f1a611 incorrect deferred read
libevent won't let me load balance so easily.
2021-01-28 07:44:32 -08:00
Michael Davidsaver 7a25744807 minor 2020-08-10 12:09:55 -07:00
Michael Davidsaver e741e41159 conn limit sequential messages
Process at most 4 messages from one connection
before re-contending.
2020-04-17 17:39:01 -07:00
Michael Davidsaver 2a0dd0ee4f minor 2020-04-17 17:18:23 -07:00
Michael Davidsaver ed5bcc8a4f fix handling of segmented messages 2020-04-17 14:16:44 -07:00
Michael Davidsaver facb18ae00 Add log_exc_printf() with stack trace 2020-04-03 11:58:23 -07:00
Michael Davidsaver 20acafa963 fix Connection ownership
Keep alive during bev*() callbacks
2020-03-02 15:37:43 -08:00
Michael Davidsaver 0972bce22f minor 2020-02-29 16:47:50 -08:00
Michael Davidsaver 6504466bbf separate basic TCP RX handling 2020-02-20 23:12:24 -08:00