http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/proc.html
_to_bytes ( str ( pwd . getpwnam ( user ) . pw_uid )) if user else None for proc_file_path in ( ' /proc/net/tcp ' , ' /proc/net/tcp6 ' , ' /proc/net/udp ' , ' /proc/net/udp6 ' ): if proc_file_path . endswith ( ' 6 ' ) and not os . path . exists ( proc_file_path ): continue # ipv6 proc contents are optional protocol = proc_file_path [ 10 :] . rstrip ( ' 6 ' ) # ' tcp ' or ' udp ' is_ipv6 = proc_file_path . endswith ( ' 6 ' ) try : with open...