dipendra009 / TCP-with-C

TCP implementation using C. It includes implementation of reliable protocol with congestion window and flow control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minet: A User-level Network Stack
=================================

Copyright (c) 2000 by Peter A. Dinda


This is a user-level network stack that is intended for use in
education.  It is not fast, but it tries to be clear and simple.  It
was developed to support an introductory course in networking at
Northwestern University, CS 340.  

More details can be found at
http://www.cs.northwestern.edu/~pdinda/minet.  The first thing you
should read is the Minet technical report available at that web site.
This can be cited as:

P. Dinda, The Minet TCP/IP Stack, Northwestern University Department
of Computer Science Technical Report NWU-CS-02-08, January, 2002.

A number of people have contributed to the development of Minet, and
are mentioned in the technical report.  Items that are integrated into
the current release include:

Minet - the core distribution itself.
Minet Timeline - A post-mortem tool for looking at Minet log files.
Minet JavaGUI - A graphical interface to the Minet stack.




About

TCP implementation using C. It includes implementation of reliable protocol with congestion window and flow control.

License:Other


Languages

Language:C++ 86.8%Language:Java 6.1%Language:Shell 3.8%Language:Perl 1.5%Language:C 1.5%Language:Makefile 0.3%