Andreas Kling
4b202a3c79
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
...
The "ready to write" notifier we set up in generic socket connection is
really only meant to detect a successful connection. Once we have a TCP
connection, for example, it will fire on every event loop iteration.
This was causing IRC Client to max out the CPU by getting this no-op
notifier callback over and over.
Since this was only used by TLSv12, I changed that code to create its
own notifier instead. It might be possible to improve TLS performance
by only processing writes when actually needed, but I didn't look very
closely at that for this patch. :^)
2020-05-18 20:16:52 +02:00
..
2020-05-17 11:58:08 +02:00
2020-05-17 11:58:08 +02:00
2020-05-14 20:15:18 +02:00
2020-04-23 11:04:25 +02:00
2020-02-06 15:04:03 +01:00
2020-05-07 10:23:58 +02:00
2020-05-07 10:23:58 +02:00
2020-05-06 19:28:59 +02:00
2020-03-08 13:06:51 +01:00
2020-03-19 15:48:00 +01:00
2020-02-06 15:04:03 +01:00
2020-02-06 15:04:03 +01:00
2020-02-14 23:31:18 +01:00
2020-05-16 22:06:33 +02:00
2020-05-15 17:41:54 +02:00
2020-04-21 16:19:18 +02:00
2020-04-21 16:19:18 +02:00
2020-05-02 12:24:10 +02:00
2020-04-28 09:32:33 +02:00
2020-03-07 01:33:53 +01:00
2020-05-15 09:50:48 +02:00
2020-05-15 09:50:48 +02:00
2020-02-06 15:04:03 +01:00
2020-02-06 15:04:03 +01:00
2020-02-15 00:32:33 +01:00
2020-03-07 01:33:53 +01:00
2020-02-15 00:32:33 +01:00
2020-02-14 13:17:26 +01:00
2020-02-14 13:17:26 +01:00
2020-05-03 12:59:26 +02:00
2020-05-03 12:59:26 +02:00
2020-02-06 15:04:03 +01:00
2020-02-06 15:04:03 +01:00
2020-02-14 23:31:18 +01:00
2020-02-06 15:04:03 +01:00
2020-03-08 13:06:51 +01:00
2020-03-05 15:50:22 +01:00
2020-03-07 01:33:53 +01:00
2020-02-06 15:04:03 +01:00
2019-11-23 23:43:37 +01:00
2020-01-25 10:34:32 +01:00
2020-05-18 20:16:52 +02:00
2020-05-18 20:16:52 +02:00
2020-02-15 00:58:52 +01:00
2020-03-08 13:06:51 +01:00
2020-05-05 23:56:57 +02:00
2020-05-05 23:56:57 +02:00
2020-03-08 13:06:51 +01:00
2020-02-10 14:15:56 +01:00
2020-02-15 00:32:33 +01:00
2020-03-07 01:33:53 +01:00
2020-02-15 00:32:33 +01:00
2020-02-06 15:04:03 +01:00
2020-04-07 23:01:43 +02:00
2020-04-04 12:25:33 +02:00
2020-04-04 12:25:33 +02:00
2020-03-14 23:56:12 +01:00
2020-03-14 23:56:12 +01:00