mirror of
https://github.com/soypat/lneto.git
synced 2026-08-14 11:53:43 +00:00
20 lines
933 B
Markdown
20 lines
933 B
Markdown
# tseq
|
|
[](https://pkg.go.dev/github.com/soypat/tseq)
|
|
[](https://goreportcard.com/report/github.com/soypat/tseq)
|
|
[](https://codecov.io/gh/soypat/tseq)
|
|
[](https://github.com/soypat/tseq/actions/workflows/go.yml)
|
|
[](https://sourcegraph.com/github.com/soypat/tseq?badge)
|
|
|
|
Userspace networking primitives.
|
|
|
|
### Packages
|
|
- `lneto`: Low-level Networking Operations, or "El Neto", the big networking package. Zero copy network frame marshalling and unmarshalling.
|
|
|
|
How to install package with newer versions of Go (+1.16):
|
|
```sh
|
|
go mod download github.com/soypat/tseq@latest
|
|
```
|
|
|
|
|
|
|