Commit Graph

22 Commits

Author SHA1 Message Date
godmodegalactus 29f8834fa4
avoiding coping messages all the time 2024-09-26 17:09:38 +02:00
godmodegalactus 4f2bdc108d
adding enable gso in connection parameters for clients 2024-09-26 12:09:12 +02:00
godmodegalactus 8eed730f31
fixing unit tests in main branch 2024-08-25 03:43:22 +02:00
godmodegalactus c927b713c6
moving from mio::udp socket to std::net::udp socket 2024-08-02 16:09:35 +02:00
godmodegalactus 9b5a5fae7e
removing maximum message in queue 2024-08-02 07:01:14 +02:00
godmodegalactus e5834aa308
fixing blocking client testing code 2024-08-01 07:59:11 +02:00
godmodegalactus 1a28f7803e
avoiding useless copy, adding slot messages in server test example 2024-07-31 15:57:46 +02:00
godmodegalactus 7efa641368
making test server generate random accounts 2024-07-27 12:28:14 +02:00
godmodegalactus f3cc09a44d
adding gso for quic server 2024-07-27 12:13:45 +02:00
godmodegalactus 471c20686b
many minor changes 2024-07-10 18:02:46 +02:00
godmodegalactus d90988ef95
make sending of accounts on blocksubscription optional, false by default 2024-06-21 10:37:08 +02:00
godmodegalactus 85b5b9f182
moving clippy to stable 1.76.0 2024-06-21 09:41:42 +02:00
godmodegalactus 938a24892e
multiple optimization for quiche server and updating client configuration 2024-06-19 21:13:12 +02:00
godmodegalactus af4bb9bc84
adding ping message type to keep server connection alive 2024-06-16 20:25:25 +02:00
godmodegalactus 0429a135df
updating version to 0.1.5 2024-06-12 11:02:35 +02:00
godmodegalactus 45038a698c
Implement pacing, adding option to change cc algorithm 2024-06-11 10:46:48 +02:00
godmodegalactus 3442dda634
updating version to 0.1.4 2024-06-06 13:50:22 +02:00
godmodegalactus e304c607fd
Fixing the performance issues related to stream management 2024-06-05 15:38:23 +02:00
godmodegalactus 8e4dbc7efb
minor changes, getting more logs data from the server, reducing number of parallel streams by server 2024-06-05 11:42:32 +02:00
godmodegalactus ffe93036ff
Integrating block builder code with plugin 2024-06-04 18:48:38 +02:00
godmodegalactus 92ae7ab4cd
Creating a block builder task 2024-06-04 16:45:56 +02:00
godmodegalactus f94e73954f
adding blocking client as it is faster than quinn 2024-05-29 20:51:26 +02:00