Skip to content

Commit 0774466

Browse files
committed
---
yaml --- r: 347097 b: refs/heads/master c: 6b24e30 h: refs/heads/master i: 347095: 8c05efc
1 parent 65ce24f commit 0774466

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 477fac93d23d28e43f19377ae4ad50807e2e279f
2+
refs/heads/master: 6b24e301176e894790b5645149247ebf9078a0b9
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/Darwin/Network/NWConnection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public final class NWConnection : CustomDebugStringConvertible {
110110
/// Retrieve the maximum datagram size that can be sent
111111
/// on the connection. Any datagrams sent should be less
112112
/// than or equal to this size.
113+
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
113114
public var maximumDatagramSize: Int {
114115
get {
115116
return Int(nw_connection_get_maximum_datagram_size(self.nw))

0 commit comments

Comments
 (0)