Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 13:44:06 -0500
From:      "Alfred Perlstein" <perlsta@sunyit.edu>
To:        <hackers@FreeBSD.ORG>
Subject:   port forwarder...
Message-ID:  <199801081448.OAA23880@fang.cs.sunyit.edu>

next in thread | raw e-mail | index | archive | help
i wrote a simple TCP port forwarder that uses select() it wastes quite a
bit of CPU polling but what i'm using it for is to do a CVSup for a FreeBSD
machine though a windows 95 PC with a modem...

basically on the '95 machine:
a.exe cvsup.freebsd.org 5999 5999

and for CVSup you run CVSup on the client like so:
cvsup -Pm -h windows.machine.suk <cvsup-file>
 
it compiles under cygwin32...

anyone want it with source?

it should also compile under freebsd.

i just have to set it up to graciously handle broken sockets... right now
it just loops...
i think i'll fix that and put it up somewhere...

-Alfred



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801081448.OAA23880>