Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

experiment

experimental uSockets implementation

Disabling the kernel speace TCP stack for a certain port

You will need to disable RST outputting on ports you listen to. Disable RST on port 4000 like so:

sudo iptables -A OUTPUT -p tcp --sport 4000 --tcp-flags RST RST -j DROP

About

Experimental user space TCP stack

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.