Skip to content

Commit e1dd861

Browse files
committed
agnosticdev/IPv6Reassembly: Review feedback
1 parent 2629238 commit e1dd861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftNetwork/Protocols/IPProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ public struct IPProtocol: NetworkProtocol {
10181018
static let hopByHopExtensionHeader: UInt8 = 0
10191019
static let routingExtensionHeader: UInt8 = 43
10201020
static let destinationOptionsExtensionHeader: UInt8 = 60
1021-
static let fragmentExtensionHeaderLength: Int = 8
1021+
static let fragmentExtensionHeaderLength = 8
10221022
static let ip6fOffMask: UInt16 = 0xFFF8
10231023
static let ip6fMoreFragmentMask: UInt16 = 0x0001
10241024

0 commit comments

Comments
 (0)