ESP protocol statistics.
import openbsd n = openbsd.netstat.Netstat() print n.espstats()
The example output below was produced using the building Python pretty-printer. See the netstat parent page for an example of how this is done.
{ 'badauth': 0L, 'badenc': 0L, 'badilen': 0L, 'badkcr': 0L, 'crypto': 0L, 'hdrops': 0L, 'ibytes': 0L, 'input': 0L, 'invalid': 0L, 'nopf': 0L, 'notdb': 0L, 'noxform': 0L, 'obytes': 0L, 'output': 0L, 'pdrops': 0L, 'qfull': 0L, 'replay': 0L, 'toobig': 0L, 'wrap': 0L}
<--previous | contents | next--> | (12/21/04) |