You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/common/buf
Darien Raymond 4e77570f36
fix connection reading in UDP
6 years ago
..
buf.go use new errorgen 6 years ago
buffer.go avoid heap allocation for buffer variables 6 years ago
buffer_test.go update buf test 6 years ago
copy.go revert opt on copy 6 years ago
copy_test.go update buf test 6 years ago
errors.generated.go simplify error creation 6 years ago
io.go fix reader/writer for packet conn 6 years ago
io_test.go test case for writer creation 6 years ago
multi_buffer.go fix connection reading in UDP 6 years ago
multi_buffer_test.go fix lint warnings 6 years ago
reader.go fix connection reading in UDP 6 years ago
reader_test.go refactor multibuffer 6 years ago
readv_posix.go add support for wasm 6 years ago
readv_reader.go open ReadBuffer for quic connections 6 years ago
readv_reader_wasm.go add !wasm flag for go 1.10 6 years ago
readv_test.go switch to errgroup 6 years ago
readv_windows.go add support for wasm 6 years ago
writer.go merge duplicated code 6 years ago
writer_test.go remove NewMultiBufferValue 6 years ago