Skip to content

Commit 3e76ee7

Browse files
authored
Update readme.md
1 parent 15549b8 commit 3e76ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
High-performance TCP/UNIX proxy with Zstd compression, with Node.js bindings.
44

5-
This is built for the block storage infrastructre in Refloat CI, optimized for a low count (< 100) of medium-lived connections (~ 3 minutes) with high-throughput (~ 500Mbps) and low-latency requirements (< 1ms). It uses io_uring on Linux with fixed buffers to transmit without any syscall.
5+
Optimized for a low count (< 100) of medium-lived connections (~ 3 minutes) with high-throughput (~ 500Mbps) and low-latency requirements (< 1ms). It uses io_uring on Linux with fixed buffers to transmit without any syscall.
66

77
An optional zero-copy send mode can be enabled, but it requires Linux 6 and seems to crash on ARM.
88

0 commit comments

Comments
 (0)