mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-09-01 03:07:41 +00:00
* Xtls: code refactor - Move more logic to VisionReader/Writer - Remove XtlsWrite() - XtlsRead now only handle splice at the outbound - This helps VLESS inbound to have simple buf.copy() so that we can remove pipe next * Add bufferFlushNext; Use DispatchLink() in VLESS inbound * Use TimeoutWrapperReader; clean up timer/buffer |
||
|---|---|---|
| .. | ||
| data | ||
| buf.go | ||
| buffer.go | ||
| buffer_test.go | ||
| copy.go | ||
| copy_test.go | ||
| io.go | ||
| io_test.go | ||
| multi_buffer.go | ||
| multi_buffer_test.go | ||
| override.go | ||
| reader.go | ||
| reader_test.go | ||
| readv_posix.go | ||
| readv_reader.go | ||
| readv_reader_wasm.go | ||
| readv_test.go | ||
| readv_unix.go | ||
| readv_windows.go | ||
| writer.go | ||
| writer_test.go | ||