Skip to content

Commit

Permalink
Update TODO.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkFieseln committed Jul 4, 2023
1 parent 68d24d9 commit 5ea6549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
###########################
# improvement:
# adapt code to fulfill PEP 8
###########################

###########################
# improvement:
# replace print() with logging.info(), logging.warning() and logging.error() as it corresponds
###########################

###########################
# new feature:
# show other connection states, in addition to ESTABLISHED:
# states: LISTEN, SYN-SENT, SYN-RECEIVED, ESTABLISHED, FIN-WAIT-1, FIN-WAIT-2, CLOSE-WAIT, CLOSING, LAST-ACK,
TIME-WAIT, and the fictional state CLOSED
# RFC 739: https://datatracker.ietf.org/doc/html/rfc793
###########################

###########################
# improvement:
# use rx_kB and tx_kB instead of rx and tx in nodes
###########################

Expand Down

0 comments on commit 5ea6549

Please sign in to comment.