[Mixmaster-devel] rev 642 - trunk/Mix
Brought to you by:
weaselp
|
From: <we...@so...> - 2003-10-25 21:14:29
|
Author: weasel Date: 2003-10-25 23:12:53 +0200 (Sat, 25 Oct 2003) New Revision: 642 Modified: trunk/Mix/TODO trunk/Mix/mix.1 Log: document --redirect Modified: trunk/Mix/TODO =================================================================== --- trunk/Mix/TODO 2003-10-25 21:08:22 UTC (rev 641) +++ trunk/Mix/TODO 2003-10-25 21:12:53 UTC (rev 642) @@ -12,7 +12,7 @@ - Modify release tarball generation script to build the .tab.c file from parsedate.y, so we don't end up requiring bison on every system that wants to build mixmaster (rabbi) -- document experimental --redirect in mix.1 (weasel) +o document experimental --redirect in mix.1 (weasel) o drop messages without timestamp (weasel) - document somewhere (rabbi) o drop messages with future timestamp (weasel) Modified: trunk/Mix/mix.1 =================================================================== --- trunk/Mix/mix.1 2003-10-25 21:08:22 UTC (rev 641) +++ trunk/Mix/mix.1 2003-10-25 21:12:53 UTC (rev 642) @@ -155,6 +155,13 @@ .TP .B \-\-run\-svc Run the Mixmaster Service on Win32. +.TP +.B \-\-redirect +Read a mixmaster packet from stdin and route it through a chain given with +\fB\-\-chain\fP. +Note that this may corrupt the packet if there is not enough space in the +headers (that is, if there are more than 20 hops total). This function is +not normaly needed but may come in handy in certain cases. .SH CONFIGURATION Mixmaster reads its configuration from the file .B mix.cfg |