Skip to content

Releases: zhboner/realm

v2.9.4

Choose a tag to compare

@github-actions github-actions released this 20 May 11:20
f3803d6
v2.9.4

v2.9.3

Choose a tag to compare

@github-actions github-actions released this 11 Jan 07:54
add cache to workflow

v2.9.2-2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 18:49
a37a3ee

What's Changed

  • fix: bump version to 2.9.2 in Cargo.toml by @zywe03 in #158

New Contributors

Full Changelog: v2.9.2...v2.9.2-2

v2.9.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:34
3730140

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:10

Full Changelog: v2.9.0...v2.9.1

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:53
9e4dd5d

Upgrade rustls version from v0.22 to v0.23, which uses aws-lc instead of ring as default TLS backend.

A new feature flag transport-tls-ring is added to still build the binary with ring.

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 21:17
6ee4bc8

MPTCP Support

Requires a higher kernel version(>5.6) with net.mptcp.enabled=1.

Command line

This enables MPTCP for both inbound and outbound TCP connections.

realm -m ...

Configuration

See send_mptcp and accept_mptcp:

[network]
send_mptcp = true
accept_mptcp = false

[[endpoint]]
network = { send_mptcp = false }

See also Path Manager guidelines to configure MPTCP itself.

v2.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:55
b043f5f
v2.7.1

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Nov 17:21
1aeda0b
bump fern to v0.7

v2.6.3

Choose a tag to compare

@github-actions github-actions released this 16 Oct 11:58
620c30b
v2.6.3