| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-01 | 633 Bytes | |
| xfrpc 5.06.909 source code.tar.gz | 2026-06-01 | 7.4 MB | |
| xfrpc 5.06.909 source code.zip | 2026-06-01 | 9.0 MB | |
| Totals: 3 Items | 16.4 MB | 0 | |
Changes
- refactor(tcpmux): remove tx_frame_buffer from tmux_stream structure and related cleanup
- refactor: simplify tmux_stream_write_from_evbuffer by removing intermediate buffer handling
- refactor: optimize proxy disconnect handling with tmux_stream_write_from_evbuffer
- refactor(tcpmux): add tmux_stream_release function and tx_frame_buffer to manage stream resources
- refactor: streamline tcp_proxy_c2s_cb and add zero-copy write function for tmux stream
- perf: zero-copy data transfer for receive path
- refactor: remove rx_ring and IOD support
- fix(tcpmux): change tmux_stream_write return type from uint32_t to int