From: Herbert Elwood Gilliland III Date: Sun, 15 Feb 2009 07:28:58 -0500 To: quozl@us.netrek.org Hey James, I spent the weekend trying to write something like tcpxd and then gave up and started modifying tcpxd to suit my needs. Then, I managed to break tcpxd. So I thought instead I'd request a feature addition which would be of great use to me, rather than deriving a work. You seem to know more about your code than I, and you probably understand the unique issues to this problem, too. The feature I want to add is simple, I'd like an additional command line parameter: --retry Which sets the duration during which tcpxd will attempt to reconnect to the outgoing channel before closing the incoming connection. I also wanted to provide --banner file, which would display text loaded from a file in the event a reconnection could not be established or a connection could not be established. Please let me know if you can fix this and/or when it is/will be available. -- Remove RCS revision numbers, dismantle RCS usage in favour of darcs. ---- Wishlist: handle SIGHUP by repeating hostname lookups ---- Date: Tue, 9 Oct 2001 17:01:52 -0300 (GMT+3) To: quozl@us.netrek.org From: "Andres Tarallo (CHASQUE)" Subject: tcpxd v 1.2 I'm traying to install an make worktcpxd under solaris 2.6 with gcc 2.7.2, compiles fine (only shouts for a warning) and when linking there are a lot of functions that the linker can't find. They can be solved by adding the following compiler directives: -lxnet -lresolv. Maybe in a next release you can add a feature in the confire script to solve this problem. ---- Date: Mon, 11 Sep 2000 11:16:26 -0700 To: James Cameron From: "Daniel P. Kionka" Subject: Re: feature for tcpxd You should add more info to the web page, like: Example: To redirect web traffic to another site: tcpxd 8888 www.yahoo.com 80 To see the GETs and html output: tcpxd --verbose --verbose --verbose --verbose 8888 www.yahoo.com 80