Skip to content
Unverified Commit bb8ac263 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Change type of Message.ident to int

Store the ident value as an integer instead of a byte string with
a length of one, which would inevitably cause trouble somewhere.

Also incidentally fixes an issue packing/unpacking messages in the
unlikely event that a message is greater than 2^31 bytes due to using
a signed integer type for the message size.
parent 7e01d89a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment