pmuller / procfs

Python API for Linux /proc
Other
75 stars 25 forks source link

Add proc.net.unix support #17

Open ahmet2mir opened 8 years ago

ahmet2mir commented 8 years ago

Currently, proc.net.unix returns a string instead of a parsed dict. This patch format the file like class tcp but the "sl" is "Num" and only available as root. If the user is non root, the num is a key with "nonrootuser" + i.

ahmet2mir commented 8 years ago

Forget import os and force to lower header.