Skip to content

Commit

Permalink
Refactor ICMPv4 message parsing for code clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccie18643 committed Jul 14, 2024
1 parent c5097f7 commit 7cbd17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytcp/subsystems/packet_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# pylint: disable = too-many-instance-attributes
# pylint: disable = too-many-arguments
# pylint: disable = too-many-locals
# pylint: disable = too-many-ancestors
# pylint: disable = redefined-builtin
# pylint: disable = expression-not-assigned
# pylint: disable = consider-using-with
Expand Down

0 comments on commit 7cbd17e

Please sign in to comment.