lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 7 Sep 2008 20:51:53 +0400
From:	Evgeniy Polyakov <johnpol@....mipt.ru>
To:	netdev@...r.kernel.org
Subject: Userspace network stack release.

Hi.

New version of the userspace network stack includes sync with the
simplified netchannels interface and small bug fixes. I also dropped
routing table support, since userspace network stack is designed on
behalf of netchannels and thus efectively single opened object operates
with single source and destination peers, so there is no need to
introduce unneded caches, since all needed information can be stored in
the userspace network stack object itself.

Unetstack contains following features:
# TCP/UDP sending and receiving.
# Timestamp, window scaling, MSS TCP options.
# PAWS.
# Slow start and congestion control.
# Socket-like interface.
# IP and ethernet processing code.
# Complete retransmit algorithm.
# Fast retransmit support.
# Support for TCP listen state (peer-to-peer mode with single channel).
# Netchannels interface and packet socket support.

TODO list includes:
* libunetstack.so or libtcp.so library interface.
* SACK support

Links.
1. Userspace network stack (archive, benchmarks, description).
http://tservice.net.ru/~s0mbre/old/?section=projects&item=unetstack

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

-- 
	Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ