8000 Tags · everoute/conntrack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: everoute/conntrack

Tags

v0.5.2

Toggle v0.5.2's commit message
go.mod: upgrade x/sys to 0.33.0, netfilter to 0.5.3

Signed-off-by: Timo Beckers <timo@incline.eu>

v0.5.1

Toggle v0.5.1's commit message
.github: update GitHub Actions

Signed-off-by: Timo Beckers <timo@incline.eu>

v0.5.0

Toggle v0.5.0's commit message
Use netip.Addr instead of net.IP

Using the net/netip package instead of the net package can help reduce
the memory footprint of the library and help reduce the number of
heap allocations.

This is a breaking change for consumers of the library as exported types
are updated to use fields of type netip.Addr instead of net.IP.

We also remove the depedency on go-cmp and use assert.Equal instead in
tests.

Fixes ti-mo#35

Signed-off-by: Antonin Bas <abas@vmware.com>

v0.4.1

Toggle v0.4.1's commit message
Bump minimum required Go version to 1.20

Signed-off-by: Timo Beckers <timo@incline.eu>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ti-mo Timo Beckers
go.mod - mdlayher/netlink: significant perf improvements, drop Go 1.1…

…1 support

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ti-mo#22 from ti-mo/control-buffer-sizes

Control socket buffer sizes with Conn.Set{Read,Write}Buffer
0