wwqgtxx
|
b0638cfc49
|
chore: better bufio.Reader warp
|
2023-11-02 11:11:35 +08:00 |
|
wwqgtxx
|
6cd0e58fd0
|
fix: ssr panic
|
2023-10-23 15:39:56 +08:00 |
|
wwqgtxx
|
11ed4a56bd
|
chore: code cleanup
|
2023-10-17 12:46:41 +08:00 |
|
sduoduo233
|
9f530525d7
|
fix: method in vmess http-opts is not used
|
2023-10-16 09:16:36 +08:00 |
|
wwqgtxx
|
9a16eb2895
|
fix: BBR memory leak
from: 7c46e845a6
|
2023-10-11 11:01:17 +08:00 |
|
wwqgtxx
|
7ed25ddc74
|
chore: better atomic using
|
2023-10-10 21:28:46 +08:00 |
|
wwqgtxx
|
ae557c30d3
|
fix: quic-go min MTU
|
2023-10-08 13:15:17 +08:00 |
|
wwqgtxx
|
5a1800d642
|
fix: BBR bandwidth estimation edge case
from 89429598bf
|
2023-10-08 07:26:28 +08:00 |
|
wwqgtxx
|
791ecfbb32
|
feat: add ws-path to vmess listener
|
2023-10-08 07:26:28 +08:00 |
|
wwqgtxx
|
5ff4473083
|
chore: migrate from gorilla/websocket to gobwas/ws
|
2023-10-06 17:44:36 +08:00 |
|
wwqgtxx
|
4e3cd01aad
|
chore: merge some quic-go fix
|
2023-10-01 13:44:56 +08:00 |
|
wwqgtxx
|
828b5ad8bb
|
chore: add new bbr implementation
|
2023-10-01 00:01:32 +08:00 |
|
wwqgtxx
|
a526bb70ea
|
chore: fix bbr bugs
|
2023-09-30 13:40:07 +08:00 |
|
Kiva
|
265a6b9b68
|
chore: reduce string split immediately after string concat (#773)
|
2023-09-29 08:51:13 +08:00 |
|
wwqgtxx
|
fb99412193
|
chore: update quic-go to 0.39.0
|
2023-09-26 08:51:25 +08:00 |
|
wwqgtxx
|
d48f9c2a6c
|
chore: rebuild ca parsing
|
2023-09-22 14:45:34 +08:00 |
|
wwqgtxx
|
4fe7a463c5
|
chore: limit tuicv5's maxUdpRelayPacketSize up to 1200-PacketOverHead
|
2023-09-21 23:49:45 +08:00 |
|
wwqgtxx
|
da24810da2
|
chore: support set cwnd for hy2 too
|
2023-09-21 16:41:31 +08:00 |
|
wwqgtxx
|
ee3213c28f
|
fix: tuicv5 panic in ReadFrom
|
2023-09-21 15:10:35 +08:00 |
|
wwqgtxx
|
62266010ac
|
Revert "migration: go 1.21"
This reverts commit 33d41338ef .
|
2023-09-21 08:29:28 +08:00 |
|
Larvan2
|
33d41338ef
|
migration: go 1.21
|
2023-09-17 17:05:13 +08:00 |
|
Larvan2
|
fa49fd7ba2
|
chore: use cmp in go 1.21
Co-authored-by: H1JK <hell0jack@protonmail.com>
|
2023-09-16 12:06:58 +08:00 |
|
wwqgtxx
|
1cad615b25
|
chore: using xsync.MapOf replace sync.Map
|
2023-09-02 16:54:48 +08:00 |
|
H1JK
|
ed09df4e13
|
fix: TLS ALPN support
|
2023-08-14 15:48:13 +08:00 |
|
wwqgtxx
|
e2e0fd4eba
|
chore: using uint16 for ports in Metadata
|
2023-08-09 13:51:02 +08:00 |
|
wwqgtxx
|
191243a1d2
|
chore: better tuicV5 deFragger
|
2023-08-03 23:07:30 +08:00 |
|
wwqgtxx
|
f125e1ce9e
|
chore: Update dependencies
|
2023-08-01 13:54:22 +08:00 |
|
Hellojack
|
a82745f544
|
chore: Remove legacy XTLS support (#645)
* chore: Remove legacy XTLS support
* chore: Rename function
|
2023-07-16 23:26:07 +08:00 |
|
H1JK
|
5dd57bab67
|
chore: Update dependencies
|
2023-07-14 11:37:15 +08:00 |
|
wwqgtxx
|
8f1475d5d0
|
chore: update to go1.21rc2, drop support for go1.19
|
2023-07-02 09:59:18 +08:00 |
|
wwqgtxx
|
2284acce94
|
chore: update quic-go to 0.36.0
|
2023-06-26 12:08:38 +08:00 |
|
wwqgtxx
|
6d824c8745
|
chore: tuic server can handle V4 and V5 in same port
|
2023-06-21 13:53:37 +08:00 |
|
Larvan2
|
6c8631d5cc
|
chore: adjustable cwnd for cc in quic
|
2023-06-18 00:47:26 +08:00 |
|
wwqgtxx
|
644abcf071
|
fix: tuicV5's heartbeat should be a datagram packet
|
2023-06-13 17:50:10 +08:00 |
|
wwqgtxx
|
e914317bef
|
feat: support tuicV5
|
2023-06-12 18:42:46 +08:00 |
|
wwqgtxx
|
766d08a8eb
|
chore: init gopacket only when dial fake-tcp to decrease memory using
|
2023-06-08 11:58:51 +08:00 |
|
H1JK
|
c3ef05b257
|
feat: Add XUDP migration support
|
2023-06-07 23:03:36 +08:00 |
|
wwqgtxx
|
03d0c8620e
|
fix: hysteria faketcp loopback in tun mode
|
2023-06-03 22:15:09 +08:00 |
|
wwqgtxx
|
2c44b4e170
|
chore: update quic-go to 0.35.1
|
2023-06-03 16:45:35 +08:00 |
|
wwqgtxx
|
9b6e56a65e
|
chore: update quic-go to 0.34.0
|
2023-06-01 16:25:02 +08:00 |
|
wwqgtxx
|
8e88e0b9f5
|
chore: add WaitReadFrom support in ssr
|
2023-05-28 22:51:44 +08:00 |
|
Larvan2
|
097f3e250c
|
chore: slightly improve quic-bbr performance
|
2023-05-28 20:15:11 +08:00 |
|
wwqgtxx
|
7aae781569
|
chore: add WaitReadFrom support in quicStreamPacketConn
|
2023-05-28 15:22:08 +08:00 |
|
H1JK
|
4971b9d804
|
chore: Add vision splice support
|
2023-05-27 11:26:13 +08:00 |
|
H1JK
|
654e76d91e
|
refactor: Move vision implementation to a new package
|
2023-05-26 20:11:06 +08:00 |
|
wwqgtxx
|
984bf27d9b
|
chore: using internal socks5.ReadAddr0 in trojan
|
2023-05-20 18:35:04 +08:00 |
|
H1JK
|
546b2bc24b
|
chore: Decrease UoT read memory
|
2023-05-20 17:01:52 +08:00 |
|
wwqgtxx
|
033f902ace
|
chore: more context passing in outbounds
|
2023-05-18 13:15:08 +08:00 |
|
H1JK
|
ed17478961
|
feat: Support insecure gRPC
|
2023-05-13 09:38:14 +08:00 |
|
wwqgtxx
|
f1be9b3f4a
|
fix: tuic server return error udp address
|
2023-05-11 22:45:27 +08:00 |
|