IGMP protocol statistics.
import openbsd n = openbsd.netstat.Netstat() print n.igmpstats()
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.
{ 'rcv_badqueries': 0L, 'rcv_badreports': 0L, 'rcv_badsum': 0L, 'rcv_ourreports': 0L, 'rcv_queries': 0L, 'rcv_reports': 0L, 'rcv_tooshort': 0L, 'rcv_total': 0L, 'snd_reports': 0L}
<--previous | contents | next--> | (12/21/04) |