| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
nstack is a Linux userspace TCP/IP stack. It was constructed to meet the following goals:
Current features:
makeSet up test environment:
sudo tools/testenv.sh start
tools/run.sh veth1Execute ping inside test environment:
tools/ping_test.shExpected nstack messages:
arp_gratuitous: Announce 10.0.0.2 nstack_ingress_thread: Waiting for rx nstack_ingress_thread: Frame received! ether_input: proto id: 0x800 ip_input: proto id: 0x1 icmp_input: ICMP type: 8 nstack_ingress_thread: tick nstack_ingress_thread: Waiting for rx nstack_ingress_thread: Frame received! ether_input: proto id: 0x800 ip_input: proto id: 0x1 icmp_input: ICMP type: 8
Ending the test environment:
sudo tools/testenv.sh stopnstack is freely redistributable under the two-clause BSD License. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
| Back | FazBrowse Home | New Git URL |