Files
renderdoc/renderdoc/os
tabi.katalinandBaldur Karlsson e59fc15369 Get the right port number form the proc file
On Linux, the proc file (/proc/<pid>/net/tcp) contains not only the ports for the given process, as this is the same as the /proc/net/tcp file.
We can obtain the right port by the inode number which is also in the proc file and with the file descriptor of the process (/proc/<pid>/fd).
2018-12-20 13:32:40 +00:00
..