Toby
b960beabbd
Merge pull request #1216 from apernet/bump-quic
...
feat: quic-go v0.47.0
2024-10-04 22:33:56 -07:00
Haruue
1001b2b1ad
chore: fix comments
2024-10-05 10:23:43 +08:00
Toby
ef6da94927
feat: quic-go v0.47.0
2024-10-04 11:21:30 -07:00
Toby
b3116c6268
feat: update TestUDPSessionManager to cover the fragmented msg hook
2024-10-04 10:47:41 -07:00
Toby
947701897b
fix: TestClientServerHookUDP
2024-10-04 10:29:25 -07:00
Haruue
4e2f138008
chore: fix comments
2024-10-04 16:57:32 +08:00
Haruue
dc023ae13a
fix: udpSessionManager.mutex reentrant by cleanup
2024-10-04 16:33:41 +08:00
Haruue
931fc2fdb2
chore: replace guard routine with CloseWithErr()
2024-10-04 11:27:36 +08:00
Haruue
4ecbd57294
fix: quic sniff not work if udp msg fragmentated
2024-09-22 22:53:47 +08:00
Toby
7e70547dbd
feat: quic-go v0.46.0
2024-08-16 16:16:05 -07:00
Toby
442ee3898c
Merge pull request #1176 from apernet/fix-test-reqhook
...
fix(test): signature mismatch of udpIO.Hook
2024-08-04 15:05:05 -07:00
Haruue
604132f8d0
fix(test): signature mismatch of udpIO.Hook
...
ref: #1125
2024-08-04 14:38:36 +08:00
Toby
c62c8c5513
feat: quic-go v0.45.2
2024-08-03 13:14:34 -07:00
Toby
8d9c7fa04c
feat: quic-go v0.45.1
2024-07-02 15:24:48 -07:00
Toby
16bfdc7720
feat: QUIC sniffing
2024-06-29 15:52:56 -07:00
Toby
c78dbb38a1
feat: add a Check method to let the implementation decide whether to hook a request
2024-06-18 21:46:25 -07:00
Toby
2c62a1a1b4
fix: do not require client-side fast open
2024-06-16 13:26:02 -07:00
Toby
506d8e01b8
Merge branch 'master' into wip-reqhook
2024-06-16 13:10:23 -07:00
Toby
a852febc1f
fix: incorrect speed conversion base
2024-06-15 15:42:39 -07:00
Toby
feacb1f85e
feat(core): server RequestHook support
2024-06-15 14:15:56 -07:00
Toby
d318903783
chore: go mod tidy
2024-06-10 16:30:22 -07:00
Toby
12d4fbae80
Merge branch 'master' into wip-rbq
2024-05-23 18:51:57 -07:00
Toby
adee547c21
feat: quic-go v0.44.0
2024-05-20 15:20:31 -07:00
Toby
09b08fa494
fix: try to fix maybeAppLimited 2
2024-05-20 14:19:04 -07:00
Toby
cd512ce1c6
chore: various tweaks
2024-05-19 11:46:52 -07:00
Toby
5b0ab76d44
Merge branch 'master' into wip-rbq
2024-05-18 15:59:56 -07:00
Toby
e0e75c4630
wip: BBR experimental changes
2024-05-18 15:01:16 -07:00
Haruue
0c198abd2e
fix: mod name major version suffix v2
...
ref: https://go.dev/ref/mod#major-version-suffixes
2024-05-18 11:28:47 +08:00
Toby
2701a6e23f
fix: quic-go memory leak
2024-05-17 17:10:59 -07:00
Toby
9d4b3e608a
chore: small changes to TrafficLogger function names & update all mocks to mockery v2.43.0
2024-05-11 13:55:55 -07:00
Haruue
6a34a9e7a0
test: fix unit tests
...
mock files regenerated with mockery v2.43.0
2024-05-11 15:08:44 +08:00
Haruue
ba9b3cdebb
refactor(online): track count instead of raddr
2024-05-11 11:23:20 +08:00
HynoR
88eef7617f
refactor getOnline feature
2024-05-09 14:05:45 +08:00
Toby
b79c43171a
fix: update in quic-go (http3) broke UDP functionality
2024-04-28 20:22:11 -07:00
Toby
00813c4622
feat: quic-go v0.43.0
2024-04-27 13:04:51 -07:00
Toby
c392b0338b
chore(deps): bump golang.org/x/net from 0.21.0 to 0.24.0
2024-04-19 14:42:06 -07:00
Toby
2408301c98
feat: pacer code improvements
2024-04-14 15:07:43 -07:00
Toby
7aa0becd84
feat: quic-go v0.42.0
2024-03-23 15:05:10 -07:00
Toby
89a99a08bf
fix: flaky tests caused by occasionally closing channel multiple times
2024-03-23 11:17:51 -07:00
Toby
87bbf17bc5
chore: go mod tidy
2024-03-22 13:32:24 -07:00
Toby
1f05791a4e
chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0
2024-03-13 19:36:32 -07:00
Haruue
9c51995cc4
fix: cwnd undersize in extremely-low rtt scenarios
...
Prevent the congestion window from falling below the size of single
packet in scenarios with extremely low RTT, which previously led to
transmission stalls.
2024-03-10 23:06:38 +08:00
Toby
0c2b0234fa
fix: FreeBSD IPv4-mapped IPv6 listening addr fix
2024-02-29 16:38:42 -08:00
Toby
ae402d9d91
chore: code improvements
2024-01-26 13:19:02 -08:00
Toby
84b54eb702
fix: incorrect reconnect logic that causes blocking when dialing connections
2024-01-26 11:49:19 -08:00
Toby
e648321b96
feat: quic-go v0.41.0
2024-01-21 16:58:22 -08:00
Toby
f3d675145f
Merge pull request #884 from apernet/fix-lazy
...
fix: lazy mode should defer config evaluation
2023-12-29 10:24:41 -08:00
Toby
4a502b4b5d
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2023-12-28 15:17:29 -08:00
Toby
d73edff71e
fix: lazy mode should defer config evaluation
2023-12-28 15:10:21 -08:00
Toby
4cf253efec
fix: broken reconnect logic introduced in c62dc51
2023-11-22 15:59:56 -08:00