1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:35:07 +00:00
serenity/Libraries/LibTLS
AnotherTest f9cffda0e0 LibTLS: Flush some packets as soon as more packets are written
This seems like a better compromise between throughput and latency, and
it doesn't _really_ affect the performance, so let's just compromise.
2020-05-20 08:30:51 +02:00
..
ClientHandshake.cpp LibTLS: Verify server certificate expiry date 2020-05-07 10:23:58 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Exchange.cpp LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
Handshake.cpp LibTLS: Implement build_alert() 2020-05-02 12:24:10 +02:00
Record.cpp LibTLS: Flush some packets as soon as more packets are written 2020-05-20 08:30:51 +02:00
Socket.cpp LibTLS: Only try to flush data when needed 2020-05-19 20:00:43 +02:00
TLSPacketBuilder.h LibTLS: Split TLSv12 to sensible categorical files 2020-05-02 12:24:10 +02:00
TLSv12.cpp LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets 2020-05-18 20:16:52 +02:00
TLSv12.h LibTLS: Only try to flush data when needed 2020-05-19 20:00:43 +02:00