We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2629238 commit e1dd861Copy full SHA for e1dd861
1 file changed
Sources/SwiftNetwork/Protocols/IPProtocol.swift
@@ -1018,7 +1018,7 @@ public struct IPProtocol: NetworkProtocol {
1018
static let hopByHopExtensionHeader: UInt8 = 0
1019
static let routingExtensionHeader: UInt8 = 43
1020
static let destinationOptionsExtensionHeader: UInt8 = 60
1021
- static let fragmentExtensionHeaderLength: Int = 8
+ static let fragmentExtensionHeaderLength = 8
1022
static let ip6fOffMask: UInt16 = 0xFFF8
1023
static let ip6fMoreFragmentMask: UInt16 = 0x0001
1024
0 commit comments