USNavalResearchLaboratory / norm

NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)
https://www.nrl.navy.mil/Our-Work/Areas-of-Research/Information-Technology/NCS/NORM/
Other
96 stars 33 forks source link

Suggestion: Use Python enum in pynorm/constants.py #62

Closed honglei closed 1 year ago

honglei commented 2 years ago

for Python2, use https://pypi.org/project/enum34/ instead.