Skip to content

Commit

Permalink
remove unused constant SIZE_OF_ADDRESS_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-Bhatia-0 committed Mar 23, 2024
1 parent 70771e7 commit bed6a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netcode/protocol_constants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const SIZE_OF_HMAC = 16
const SIZE_OF_ENCRYPTED_PRIVATE_CONNECT_TOKEN_DATA = 1024

const TYPE_OF_ADDRESS_TYPE = UInt8
const SIZE_OF_ADDRESS_TYPE = sizeof(TYPE_OF_ADDRESS_TYPE)

const ADDRESS_TYPE_IPV4 = TYPE_OF_ADDRESS_TYPE(1)
const TYPE_OF_IPV4_HOST = UInt32
Expand Down

0 comments on commit bed6a3b

Please sign in to comment.