Skip to content

dutchcoders/netstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netstack

Custom network stack in Go

This networkstack implements (very) basic and rudimentary support for connecting tcp streams. There needs to be a lot to be implemented and optimised.

Projects

Currently netstack is being used by the following projects:

Configuration

Linux will send RST packets for unknown tcp packets, so this needs to be disabled using iptables.

iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP
iptables -I OUTPUT -p icmp --icmp-type destination-unreachable -j DROP

Samples

See samples folder.

References

About

Custom network stack in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages