Gee, two years go by and I'm in the same situation as this guy.
Does anyone out there have this code? I have udprelay and need the
poll.c poll.h
code as descibed in this old post.
Any help will be greatly appreciated.
I am also surprised that udprelay and redir are not on sunsite. I have
redir (tcp) working
on my system. but I really want to get udprelay working too.
Why not build this code into IPMASQ???
TIA
> > Hello firewalls readers.
> > I'm searching proxy-archie systems work on firewall machine.
> > I found 'udprelay' for this purpose, but this requres "poll"
> > system-call, so I could not build it on some BSD systems.
> > Does anyone know another tools proxying archie?
> Here are my patches to udprelay-0.2 to conditionally use the select call.
> You must add -DUSE_SELECT to the CFLAGS in the Makefile to use select
> instead of poll. I have it in use as several sites.
Alternatively, you can write a version of poll() in terms of select(2)
(which is what I did, since I didn't feel like hacking up udprelay
source).
If you'd rather use that approach, send me mail, and I'll send you my
poll.[ch] files. We're currently using udprelay on a BSDI system, and
the
emulated poll() function works just fine.
Telebase Systems, Inc., 435 Devon Park Drive, Wayne, PA 19087
--
* --------------------------------------------------- *
* http://www.mygen.com
* P.O. Box 7167 , Tahoe City Ca. 96145
* --------------------------------------------------- *