You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, ldx,
may i ask why there is a raw socket port 255 open after instantiate the iptc.Table like: filter = iptc.Table('filter') netstat -anp shows: raw 0 0 0.0.0.0:255 0.0.0.0:* 7 112000/python
to me, i'm not instantiating the raw table but the filter table, so the raw socket open seems unreasonable to me
The text was updated successfully, but these errors were encountered:
hi, ldx,
may i ask why there is a raw socket port 255 open after instantiate the iptc.Table like:
filter = iptc.Table('filter')
netstat -anp
shows:raw 0 0 0.0.0.0:255 0.0.0.0:* 7 112000/python
to me, i'm not instantiating the raw table but the filter table, so the raw socket open seems unreasonable to me
The text was updated successfully, but these errors were encountered: