diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-12 17:05:27 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-05-12 17:05:27 +0200 |
| commit | 4fdfd4a45bf9d2187efed4c9453607fe3ed5a6e0 (patch) | |
| tree | 17df50fccca93df8be0dc4feac03722b3e84a429 /psutil/_pslinux.py | |
| parent | 4563f78c34aa163722a0bdc148fbeaf2a9511cd3 (diff) | |
| download | psutil-4fdfd4a45bf9d2187efed4c9453607fe3ed5a6e0.tar.gz | |
fix broken link
Diffstat (limited to 'psutil/_pslinux.py')
| -rw-r--r-- | psutil/_pslinux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/_pslinux.py b/psutil/_pslinux.py index 92e6c22b..eb7d1126 100644 --- a/psutil/_pslinux.py +++ b/psutil/_pslinux.py @@ -122,7 +122,7 @@ PROC_STATUSES = { "W": _common.STATUS_WAKING } -# http://students.mimuw.edu.pl/lxr/source/include/net/tcp_states.h +# https://github.com/torvalds/linux/blob/master/include/net/tcp_states.h TCP_STATUSES = { "01": _common.CONN_ESTABLISHED, "02": _common.CONN_SYN_SENT, |
