Menu

Windows port status

We're almost there. It works, yet it doesn't work.

We had to switch from ICMP to TCP for initial transactions (Windows didn't like my custom ICMP packets). It listens on port 80 (most firewalls allow port 80 (HTTP)) by default.

User-authentication isn't working, yet. The program segfaults when trying to load the userlist, for some strange reason.

The main proxy stalls on a pending recv(). I need the UNIX alarm() function to be ported to Windows. I'm researching on that currently, and if I don't find anything, I may have to come up with another solution...

Other than those two problems, hidprox-windows is going great. I hope to see it fully ported within the next two to three weeks.

Shawn Webb

Posted by Shawn Webb 2003-10-11

Log in to post a comment.