Browse Source

v1.1 runs with non-root privigeges.

sigi 6 years ago
parent
commit
ffb35b18d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sinetstat

+ 1 - 1
sinetstat

@@ -28,7 +28,7 @@ import argparse
 
 
 
-VERSION = '1.01'
+VERSION = '1.1'
 
 PROC_TCP4 = "/proc/net/tcp"
 PROC_UDP4 = "/proc/net/udp"