-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
35 lines (23 loc) · 989 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Wishlist: handle SIGHUP by repeating hostname lookups
----
Date: Tue, 9 Oct 2001 17:01:52 -0300 (GMT+3)
From: "Andres Tarallo (CHASQUE)" <[email protected]>
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 <[email protected]>
From: "Daniel P. Kionka" <[email protected]>
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