Changeset d59733


Ignore:
Timestamp:
09/20/09 23:10:42 (3 years ago)
Author:
J. A. Bezemer <J.A.Bezemer@…>
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)
Message:

merge manpage #76

File:
1 edited

Legend:

Unmodified
Added
Removed
  • man/iodine.8

    r6b78b3 rd59733  
    2828.B ] [-O 
    2929.I downenc 
     30.B ] [-L 
     31.I 0|1 
     32.B ] [-I 
     33.I interval 
    3034.B ] 
    3135.B [ 
     
    7175server. This can be useful in situations where Internet access is firewalled, 
    7276but 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. 
     77bandwidth is asymmetrical, 
     78with a measured maximum of 680 kbit/s upstream and 2.3 Mbit/s 
     79downstream in a wired LAN test network. 
     80Realistic sustained throughput on a Wifi network using a carrier-grade 
     81DNS cache has been measured at some 50 kbit/s upstream and over 200 kbit/s 
     82downstream. 
    7483.B iodine 
    7584is the client application, 
     
    144153will provide maximum performance. This will only work if the nameserver 
    145154path is fully 8-bit-clean for responses that are assumed to be "legible text". 
     155.TP 
     156.B -L 0|1 
     157Lazy-mode switch. 
     158\-L1 (default): Use lazy mode if server supports it, for improved 
     159performance and decreased latency. 
     160Some DNS servers, notably the opendns.com network, appear unstable when 
     161handling lazy mode DNS traffic and will re-order requests. If this occurs, 
     162you will notice fluctuating response speed in interactive sessions. 
     163The iodine client will eventually detect this and switch back to legacy 
     164mode automatically. Use \-L0 to force running in legacy mode 
     165(implies \-I1). 
     166.TP 
     167.B -I interval 
     168Maximum interval between requests (pings) so that intermediate DNS 
     169servers will not time out. Default is 4 in lazy mode, which will work 
     170fine in almost all cases. Decrease if you get SERVFAIL errors in periods 
     171without tunneled data traffic. To get absolute minimum DNS traffic, 
     172increase well above 4 until SERVFAIL errors start to occur. 
     173Maximum useful value is 59, since iodined will close a client's 
     174connection after 60 seconds of inactivity. 
    146175.SS Server Options: 
    147176.TP 
Note: See TracChangeset for help on using the changeset viewer.