Commit 65da00c
committed
chore: update paqet submodule to v1.0.0-alpha.18 with various fixes
1 parent 53b18e0 commit 65da00c
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
- .github/dependabot.yml+11
- .github/workflows/build.yml+116-38
- README.md+22-64
- cmd/dump/dump.go+52-53
- cmd/ping/ping.go+8-4
- cmd/version/version.go+1-1
- example/client.yaml.example+1-1
- example/server.yaml.example+1-1
- go.mod+2-2
- go.sum+4-4
- internal/client/client.go+2-2
- internal/client/tcp.go+1-1
- internal/client/timed_conn.go+1-1
- internal/client/udp.go+1-1
- internal/forward/udp.go+9-19
- internal/pkg/buffer/buffer.go+4-18
- internal/pkg/buffer/tcp.go+1-3
- internal/pkg/buffer/udp.go+1-3
- internal/server/udp.go+4-1
- internal/socket/recv_handle.go+6-5
- internal/socket/send_handle.go+20-28
- internal/socks/handle.go-8
- internal/socks/tcp_handle.go+4-5
- internal/socks/udp_handle.go+3-6
- internal/tnet/kcp/conn.go+3-3
- internal/tnet/kcp/dial.go+2-2
0 commit comments