Skip to content

Commit

Permalink
Bumped version to 1.3.1.post20
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Jul 13 10:04:41 UTC 2024. The following files
have been changed: pcapkit/const/tcp/option.py
  • Loading branch information
github-actions[bot] committed Jul 13, 2024
1 parent 3122f8d commit 31825f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
]

#: version number
__version__ = '1.3.1.post19'
__version__ = '1.3.1.post20'
4 changes: 2 additions & 2 deletions pcapkit/const/tcp/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ class Option(IntEnum):
Reserved_78 = 78

#: Accurate ECN Order 0 (AccECN0) (TEMPORARY - registered 2022-08-03, extension
#: registered 2023-06-13, expires 2024-08-03) [draft-ietf-tcpm-accurate-ecn-20]
#: registered 2024-07-11, expires 2025-08-03) [draft-ietf-tcpm-accurate-ecn-20]
Accurate_ECN_Order_0 = 172

#: Reserved
Reserved_173 = 173

#: Accurate ECN Order 1 (AccECN1) (TEMPORARY - registered 2022-08-03, extension
#: registered 2023-06-13, expires 2024-08-03) [draft-ietf-tcpm-accurate-ecn-20]
#: registered 2024-07-11, expires 2025-08-03) [draft-ietf-tcpm-accurate-ecn-20]
Accurate_ECN_Order_1 = 174

#: RFC3692-style Experiment 1 (also improperly used for shipping
Expand Down

0 comments on commit 31825f0

Please sign in to comment.