Commit Graph

159 Commits (6fa84624cb81ffa1d90bda1d8b5fbad0d9ef7707)

Author SHA1 Message Date
v2ray 53cdcfdc2b
remove unnecessary goroutine
8 years ago
v2ray b8421f659f
terminate connection
8 years ago
v2ray 7385c05f29
more test case for buffer
8 years ago
v2ray 42efa5dde0
refine buffer usage in kcp
8 years ago
v2ray 6fe7463bf4
simplify state checking
8 years ago
v2ray 347ae8fd75
simplify interface
8 years ago
v2ray ca0ae50e62
refine system dialer substitution
8 years ago
Shelikhoo d1b44619b0
Solve #218: Supporting substitute of the default Dialer, this is a prerequisite of Libv2ray's support of Android VPNService mode; It is not recommanded to modify exported func introduced by this commit.
8 years ago
v2ray 85d6e1ad13
prepend hash
8 years ago
v2ray 1931820c4c
leverage local buffer
8 years ago
v2ray a39132f4c2
update log
8 years ago
v2ray bf2d45a83d
use local buffer when fetching input
8 years ago
v2ray 066e5e216d
fill windows after processing acks
8 years ago
v2ray 72ee6436eb
more accurate of rtt calculation
8 years ago
v2ray d5cd919cec
remove duplicated code
8 years ago
v2ray f6d4e599bd
configurable read and write buffer size
8 years ago
v2ray 631db6e69a
rename
8 years ago
v2ray ef2d49302d
rename command
8 years ago
v2ray ffdce592ec
remove sync.Pool from segment allocation
8 years ago
v2ray 906d846c2e
update test case
8 years ago
v2ray c32f1a0152
update test case
8 years ago
v2ray 991b2703dc
improve writing performance
8 years ago
v2ray 0acd3b6d62
improve sending performance
8 years ago
v2ray 476b3c68d2
introduce a new state: peer terminating
8 years ago
v2ray 05ed05b9a0
correctly release segments
8 years ago
v2ray 73afe9a001
use alloc.Buffer in sending queue
8 years ago
v2ray c7b0264f9a
lock in udp hub
8 years ago
v2ray d602025908
update test performance
8 years ago
v2ray c0a1198514
improve terminating performance
8 years ago
v2ray 9a44ff3145
static conv
8 years ago
v2ray 9434f5156c
fix memory leak
8 years ago
v2ray 205f8b382d
Fix race condition
8 years ago
v2ray 94d4b02191
non blocking flusing
8 years ago
v2ray b68075a99d
test case for kcp read write
8 years ago
v2ray 4c63e9e168
improve fetch performance
8 years ago
v2ray f7d54d57c4
remove lastpayloadtime
8 years ago
v2ray b50671f041
fix a bug in process ack
8 years ago
v2ray 63390786ed
test case for read timeout
8 years ago
v2ray a88a120938
Fix deadlock in kcp.read
8 years ago
v2ray 12d13f1560
refine log in KCP
9 years ago
v2ray 636effbe38
more accurate source id
9 years ago
v2ray 5e7d413404
allow insecure connections
9 years ago
v2ray be81d246f2
rename json fields
9 years ago
v2ray 754e8b6e78
tls config
9 years ago
v2ray 1e3ebeef59
reduce buffer size
9 years ago
v2ray 56ce062154
refine connection.read
9 years ago
v2ray a615afc906
refine locks in sending worker
9 years ago
v2ray 5448ec1fe4
refine locker in sending worker
9 years ago
v2ray 78ef65e17b
refine locker in kcp connection
9 years ago
v2ray e44b374e66
merge kcp into connection
9 years ago