Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC 863 implemented in Rust

RFC 863 defines a discard protocol, that's it, a TCP/UDP service that listens on port 9 and throws away any data it receives.

Compilation

cargo build --release

Usage

TCP

./target/release/tcp-discard

In another terminal:

echo "Hello" | nc -q1 127.0.0.1 9

UDP

./target/release/udp-discard

In another terminal:

echo "Hello" | nc -u 127.0.0.1 9

About

RFC-863 implemented in Rust

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages