ffdfgdfg
|
04c0d59454
|
remove the default mux connection timeout if options is not set
|
2019-12-02 21:14:14 +08:00 |
unknown
|
2e5b1bd1e3
|
remove tcp keep-alive and update socks5 udp
|
2019-12-02 14:27:50 +08:00 |
刘河
|
91c1ffc6ce
|
adjust external ip
|
2019-12-02 02:15:13 +08:00 |
刘河
|
927038fd4c
|
socks5 udp support
|
2019-12-02 01:47:22 +08:00 |
ffdfgdfg
|
674a178506
|
Merge pull request #284 from cnlh/master
pr merge to dev
|
2019-12-01 23:32:11 +08:00 |
Callan Taylor
|
88dcea59ec
|
Stop tickers to free up resources (#263)
|
2019-12-01 23:29:36 +08:00 |
李鹏
|
9bb847df87
|
client net dail timeout (#125)
* client net dail timeout
* Delete conn.go
mux 已变更设计
* Revert "Delete conn.go"
This reverts commit 0c944ec41dcde7d3b09fe17689e590152be48fb0.
* Update client.go
|
2019-12-01 23:18:11 +08:00 |
he liu
|
605f4aface
|
Merge pull request #262 from CallanTaylor/close-file
Close file
|
2019-11-30 21:54:16 +08:00 |
ffdfgdfg
|
e429b17e63
|
strange 64bit alignment
|
2019-11-29 00:23:55 +08:00 |
ffdfgdfg
|
fadfc24e52
|
Merge pull request #276 from cnlh/dev
Dev 0.24.0 merge
|
2019-11-28 20:19:14 +08:00 |
ffdfgdfg
|
78ebeba1bb
|
minor bug fix, docker
|
2019-11-27 22:46:34 +08:00 |
ffdfgdfg
|
32e3d411ad
|
change initial window size
|
2019-11-24 21:19:25 +08:00 |
ffdfgdfg
|
405f41f87f
|
change some bandwidth calculation
|
2019-11-23 00:42:46 +08:00 |
ffdfgdfg
|
9bb8230fc1
|
fix several race condition, change slide window max size 2G to 32M, add buffer release
|
2019-11-21 23:53:06 +08:00 |
zhangzc
|
bfe08e5114
|
Update util.go
修改nginx代理转发后无法获取真实ip
|
2019-11-20 11:47:55 +08:00 |
ffdfgdfg
|
aaf79b21f0
|
fine mux connection ping calculation, increase connection waiting time
|
2019-11-19 23:43:52 +08:00 |
CallanTaylor
|
592c39fb1d
|
Close file
|
2019-11-19 13:57:25 +13:00 |
ffdfgdfg
|
2ca84c912b
|
fix mux auto disconnect, add mux new connection queue
|
2019-11-13 23:33:02 +08:00 |
ffdfgdfg
|
bc1783cfb6
|
64bit alignment, readme
|
2019-11-10 21:04:35 +08:00 |
ffdfgdfg
|
a4bdbb2b54
|
version
|
2019-11-09 23:24:26 +08:00 |
ffdfgdfg
|
f362c96e1e
|
fine mux, add goroutine pool
|
2019-11-09 23:02:29 +08:00 |
ffdfgdfg
|
5f58c34c8b
|
perf test
|
2019-11-02 22:59:52 +08:00 |
ffdfgdfg
|
5f35415849
|
fix queue bug
|
2019-10-27 23:25:12 +08:00 |
ffdfgdfg
|
442354db17
|
add test code
|
2019-10-23 23:35:39 +08:00 |
ffdfgdfg
|
23b023c562
|
add lock free queue
|
2019-10-21 11:55:29 +08:00 |
ffdfgdfg
|
c2f4510a0f
|
add test code
|
2019-10-15 16:32:21 +08:00 |
刘河
|
d23ed2126d
|
change now time
|
2019-10-14 23:46:00 +08:00 |
刘河
|
18ca5d04cc
|
connection trace web server
|
2019-10-14 23:44:07 +08:00 |
ffdfgdfg
|
f5d5f63366
|
change slide window bandwidth calculation
|
2019-10-13 22:45:40 +08:00 |
ffdfgdfg
|
1f8e441090
|
multiple changes
|
2019-10-12 22:56:37 +08:00 |
ffdfgdfg
|
4c8d7b0738
|
reduce memory allocate
|
2019-10-08 21:41:25 +08:00 |
ffdfgdfg
|
d9f9dc6acb
|
change ping calculate, fix window size calculate
|
2019-10-08 13:38:42 +08:00 |
ffdfgdfg
|
b3ed822c72
|
change slide window design
|
2019-10-07 23:04:54 +08:00 |
ffdfgdfg
|
8bcf5313f4
|
merge
|
2019-09-25 00:13:34 +08:00 |
刘河
|
c062cc414a
|
merge master
|
2019-09-24 23:11:59 +08:00 |
ffdfgdfg
|
a61ff2d200
|
merge
|
2019-09-24 22:29:31 +08:00 |
ffdfgdfg
|
0de2c95934
|
Merge remote-tracking branch 'remotes/origin/master' into mux_test
# Conflicts:
# lib/common/util.go
# lib/conn/conn.go
# lib/conn/snappy.go
# lib/mux/conn.go
# lib/mux/mux.go
# lib/mux/mux_test.go
# lib/mux/queue.go
# lib/pool/pool.go
# server/proxy/p2p.go
# server/proxy/udp.go
|
2019-09-24 21:57:40 +08:00 |
ffdfgdfg
|
847f0ce1d4
|
fix window write loss
|
2019-09-23 23:09:58 +08:00 |
ffdfgdfg
|
f0201c1039
|
change slide window
|
2019-09-22 22:08:51 +08:00 |
ffdfgdfg
|
1bf4cf2347
|
fix conn write block, add priority queue support
|
2019-09-17 19:05:04 +08:00 |
ffdfgdfg
|
6157b1a528
|
fix block problems
|
2019-09-15 15:02:10 +08:00 |
zhangwei
|
11d185ad59
|
new feature multi user auth with socks5
|
2019-09-12 22:54:53 +08:00 |
zhangwei
|
a05995fba5
|
new feature multi user auth with socks5
|
2019-09-12 08:22:12 +08:00 |
ffdfgdfg
|
1c1be202b7
|
test for user close problem
|
2019-09-11 20:19:14 +08:00 |
zhangwei
|
5e55b761cf
|
new feature multi user auth with socks5
|
2019-09-10 23:15:38 +08:00 |
zhangwei
|
fce53fa308
|
new feature multi user auth with socks5
|
2019-09-10 23:14:05 +08:00 |
ffdfgdfg
|
9d3df6be7e
|
add mux slide window
|
2019-09-08 23:49:16 +08:00 |
ffdfgdfg
|
3413ceb7c2
|
add write queue again
|
2019-09-02 00:18:52 +08:00 |
ffdfgdfg
|
51a3787708
|
remove mux write queue, add connection close once
|
2019-09-01 22:52:48 +08:00 |
ffdfgdfg
|
bb2cffe10a
|
Change pool, change mux connection close ,change copy buffer
|
2019-08-30 20:05:09 +08:00 |