Skip to content

Commit

Permalink
fixed non-public property on ATT PDU
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 2, 2016
1 parent 1830087 commit 23c9bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ATTProtocolDataUnit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public struct ATTMaximumTransmissionUnitRequest: ATTProtocolDataUnit {
public static let length = 3

/// Client Rx MTU
var clientMTU: UInt16
public var clientMTU: UInt16

public init(clientMTU: UInt16 = 0) {

Expand Down

0 comments on commit 23c9bc5

Please sign in to comment.