Skip to content

Conversation

@kiichi7
Copy link
Owner

@kiichi7 kiichi7 commented Jun 16, 2023

No description provided.

zonyitoo and others added 30 commits May 24, 2022 13:08
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.18 to 0.14.19.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.18...v0.14.19)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jemallocator](https://github.com/tikv/jemallocator) from 0.3.2 to 0.5.0.
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tikv/jemallocator/commits)

---
updated-dependencies:
- dependency-name: jemallocator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
redir local will always use IPv6 sockets for sending back UDP packets.

server will convert IPv4-mapped-IPv6 to IPv4 for maximum compatibilty.

ref #855
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.53 to 0.1.56.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.53...0.1.56)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.2.28 to 0.3.0.
- [Release notes](https://github.com/SchrodingerZhu/snmalloc-rs/releases)
- [Changelog](https://github.com/SchrodingerZhu/snmalloc-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SchrodingerZhu/snmalloc-rs/commits)

---
updated-dependencies:
- dependency-name: snmalloc-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Since Rust 1.61.0, the `main` function can return a type that
implements the `Termination` trait.
By this, the `main` function can return custom exit codes, so use this.
Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/SchrodingerZhu/snmalloc-rs/releases)
- [Changelog](https://github.com/SchrodingerZhu/snmalloc-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SchrodingerZhu/snmalloc-rs/commits)

---
updated-dependencies:
- dependency-name: snmalloc-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
- https://github.com/Shadowsocks-NET/shadowsocks-specs/blob/main/2022-2-shadowsocks-2022-extensible-identity-headers.md

This is an experimental feature, which may be change in the future.

Supported methods: 2022-blake3-aes-128-gcm, 2022-blake3-aes-256-gcm
zonyitoo and others added 29 commits May 5, 2023 00:45
    Build server with ServerBuilder, build() will create both TCP & UDP
    servers' listener, which will allow users to retrieve the actual
    listening address of the listeners.

    Basic feature support of #1185 .
fix #1195

Set timeout on the other copy direction when the current one ends with
EOF to forcibly close the idling copy process when the timeout reaches.
Which should hopefully prevents connections stay in CLOSE-WAIT state
forever.
`CLIENT` still keep the connection alive even `LOCAL` have already sent
`FIN` to it.

As a correct implementation of PROXY, we should not close the connection
if `CLIENT` didn't close it.
fix wrong args
@kiichi7 kiichi7 merged commit c29535e into kiichi7:master Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.