| commit | 5e15e5929466ea340285186a2089a9e4b0d00978 | [log] [tgz] | 
|---|---|---|
| author | peppe <g1pi@libero.it> | Mon Nov 12 21:59:56 2012 -0800 | 
| committer | Guy Harris <guy@alum.mit.edu> | Mon Nov 12 21:59:56 2012 -0800 | 
| tree | fa446d3804248d09f0631e012e8d52dbbfd62b3a | |
| parent | 87b0154b8a2d621c04f12fba3bf1843297de5d7c [diff] | 
The peer polling interval is an exponent; treat it as such.
RFC 1119 says
	Peer Poll Interval (peer.ppoll, pkt.ppoll): This is a signed
	    integer indicating the minimum interval between messages
	    sent by the peer, in seconds as a power of two.  For
	    instance, a alue of six indicates a minimum interval of 64
	    seconds.
so print both the raw value and 2^{raw value}, showing the latter.
Patch from Debian bug 686276.
Reviewed-By: Guy Harris <guy@alum.mit.edu>