Skip to content

cyberroadie/tcpplayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joyent TCP Puzzlers Continued...

A re-enactment of the Joyent Puzzler article, this time on FreeBSD and traced with DTrace.

Vagrant

Start servers

$ cd kang && vagrant up
$ cd kodos && vagrant up

Server

Execute the following commands each in their own terminal:

$ sudo dtrace -q -s /vagrant/dtrace_server.d
$ sudo dtrace -q -s /vagrant/tcpstate.d
$ nc -k -l 10.0.1.10 8080

Client

Same for client, each in their own terminal

$ sudo dtrace -q -s /vagrant/dtrace_client.d
$ sudo dtrace -q -s /vagrant/tcpstate.d
$ nc -k -l 10.0.1.10 8080

About

Joyent TCP Puzzlers Continued...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published