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
Kslr be27720c74
fix codestyle
6 years ago
..
buf.go
buffer.go avoid heap allocation for buffer variables 6 years ago
buffer_test.go update buf test 6 years ago
copy.go comments 6 years ago
copy_test.go update buf test 6 years ago
errors.generated.go
io.go fix codestyle 6 years ago
io_test.go
multi_buffer.go fix connection reading in UDP 6 years ago
multi_buffer_test.go remove dependency on assert lib 6 years ago
reader.go simplify ReadBuffer 6 years ago
reader_test.go remove dep of assert lib 6 years ago
readv_constraint_other.go fixed ReadV issue for windows 6 years ago
readv_constraint_windows.go fixed ReadV issue for windows 6 years ago
readv_posix.go
readv_reader.go open ReadBuffer for quic connections 6 years ago
readv_reader_wasm.go
readv_test.go remove common/compare package 6 years ago
readv_windows.go
writer.go merge duplicated code 6 years ago
writer_test.go remove dep of assert lib 6 years ago