public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* Userspace network stack and netchannels.
@ 2007-09-25 18:00 Evgeniy Polyakov
  2007-09-25 19:34 ` Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Evgeniy Polyakov @ 2007-09-25 18:00 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]

Hi.

I've released new version of the extremely small 
userspace netowork stack [1] implementation.
Stack supports TCP and UDP over IP.
It works on top of netchannels [2] or packet socket 
(returned back in this release).

Supported features:
	* TCP/UDP sending and receiving.
	* Timestamp, window scaling, MSS TCP options.
	* PAWS.
	* Slow start and congestion control.
	* Socket-like interface.
	* Retransmit and fast retransmit support.
	* support for TCP listen state (only point-to-point mode,
		i.e. no new data channels are created, when new client is
		connected, instead state is changed according to protocol
		(TCP state is changed to ESTABLISHED).
	* support for the netchannels and packet socket interface.

It was proven [3] that unetstack can be *much* faster than vanilla TCP
stack (mainly because of heavily reduced number of syscalls, different
congestion control algorithm and other features).

This release includes number of bugs fixed (thanks to Salvatore Del
Popolo for continuously kicking me), packet socket interface (enabled at
compile time) and small documentation update (including example).

Attached archive for intrested readers.

Thank you.

1. Userspace network stack.
http://tservice.net.ru/~s0mbre/old/?section=projects&item=unetstack

2. Netchannel subsystem.
http://tservice.net.ru/~s0mbre/old/?section=projects&item=netchannel

3. Gigabit send/recv benchmark for netchannels and sockets using small
packets.
http://tservice.net.ru/~s0mbre/blog/devel/networking/2006_10_26.html
http://tservice.net.ru/~s0mbre/blog/devel/networking/2006_12_21.html

-- 
	Evgeniy Polyakov

[-- Attachment #2: unetstack-2007_09_25.tar.gz --]
[-- Type: application/x-tar-gz, Size: 25717 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-26 13:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-25 18:00 Userspace network stack and netchannels Evgeniy Polyakov
2007-09-25 19:34 ` Stephen Hemminger
2007-09-26  8:47   ` Evgeniy Polyakov
     [not found] ` <7e63f56c0709251220s12ab10b5pade5b2c90fa4a8b9@mail.gmail.com>
2007-09-25 19:22   ` Robert Iakobashvili
2007-09-26  8:53   ` Evgeniy Polyakov
2007-09-26 10:43     ` Robert Iakobashvili
2007-09-26 13:08 ` jamal
2007-09-26 13:22   ` Evgeniy Polyakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox