ipsvd is an ?ucspi-tcp clone by Gerrit Pape

We consider it exotic, because it is not know to be used widely.

Requirements

Installation

Follow instructions on install and diet libc.

?shnippet:

VER=1.0.0

PATH=/opt/diet/bin:$PATH

cd /package
curl -OL http://smarden.org/ipsvd/ipsvd-$VER.tar.gz
tar xzf ipsvd-$VER.tar.gz
cd net/ipsvd-$VER
echo 'diet -Os gcc -O2 -Wall' >src/conf-cc
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld
package/install