Changeset d59733
- Timestamp:
- 09/20/09 23:10:42 (3 years ago)
- Branches:
- master
- Children:
- 3c4860
- Parents:
- d87432
- git-author:
- J. A. Bezemer <J.A.Bezemer@…> (09/20/09 23:10:42)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:04)
- File:
-
- 1 edited
-
man/iodine.8 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
man/iodine.8
r6b78b3 rd59733 28 28 .B ] [-O 29 29 .I downenc 30 .B ] [-L 31 .I 0|1 32 .B ] [-I 33 .I interval 30 34 .B ] 31 35 .B [ … … 71 75 server. This can be useful in situations where Internet access is firewalled, 72 76 but DNS queries are allowed. It needs a TUN/TAP device to operate. The 73 bandwidth is asymmetrical with limited upstream and up to 1 Mbit/s downstream. 77 bandwidth is asymmetrical, 78 with a measured maximum of 680 kbit/s upstream and 2.3 Mbit/s 79 downstream in a wired LAN test network. 80 Realistic sustained throughput on a Wifi network using a carrier-grade 81 DNS cache has been measured at some 50 kbit/s upstream and over 200 kbit/s 82 downstream. 74 83 .B iodine 75 84 is the client application, … … 144 153 will provide maximum performance. This will only work if the nameserver 145 154 path is fully 8-bit-clean for responses that are assumed to be "legible text". 155 .TP 156 .B -L 0|1 157 Lazy-mode switch. 158 \-L1 (default): Use lazy mode if server supports it, for improved 159 performance and decreased latency. 160 Some DNS servers, notably the opendns.com network, appear unstable when 161 handling lazy mode DNS traffic and will re-order requests. If this occurs, 162 you will notice fluctuating response speed in interactive sessions. 163 The iodine client will eventually detect this and switch back to legacy 164 mode automatically. Use \-L0 to force running in legacy mode 165 (implies \-I1). 166 .TP 167 .B -I interval 168 Maximum interval between requests (pings) so that intermediate DNS 169 servers will not time out. Default is 4 in lazy mode, which will work 170 fine in almost all cases. Decrease if you get SERVFAIL errors in periods 171 without tunneled data traffic. To get absolute minimum DNS traffic, 172 increase well above 4 until SERVFAIL errors start to occur. 173 Maximum useful value is 59, since iodined will close a client's 174 connection after 60 seconds of inactivity. 146 175 .SS Server Options: 147 176 .TP
Note: See TracChangeset
for help on using the changeset viewer.
