netstack

IPv4 and IPv6 userland network stack

Github stars Tracking Chart

NOTE: This repository is no longer maintained. The Netstack code will continue
to be updated and maintained as part of
gVisor, which now also
maintains a branch that is useable with standard Go tools.

Netstack

Netstack is a network stack written in Go.

Getting started

Try it out on Linux by installing the tun_tcp_echo demo:

go install github.com/google/netstack/tcpip/sample/tun_tcp_echo

Create a TUN device with:

[sudo] ip tuntap add user <username> mode tun <device-name>
[sudo] ip link set <device-name> up
[sudo] ip addr add <ipv4-address>/<mask-length> dev <device-name>

Then run with:

tun_tcp_echo <device-name> <ipv4-address> <port>

Contributions

Please see CONTRIBUTING.md for more details.

Issues/Bug Reports

Netstack is primarily developed as part of
gVisor and any issues/bugs should be
filed against the gVisor repository as this repo is not actively monitored for
bug reports.

Disclaimer

This is not an official Google product (experimental or otherwise), it is just
code that happens to be owned by Google.

Main metrics

Overview
Name With Ownergoogle/netstack
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:Apache License 2.0
所有者活动
Created At2016-10-20 16:25:04
Pushed At2019-12-10 20:27:37
Last Commit At2019-11-23 00:55:52
Release Count0
用户参与
Stargazers Count3.1k
Watchers Count147
Fork Count281
Commits Count513
Has Issues Enabled
Issues Count26
Issue Open Count10
Pull Requests Count0
Pull Requests Open Count4
Pull Requests Close Count5
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private