1.1 --- a/TCP/TCPListener.h Sun Jul 13 10:42:50 2008 -0700
1.2 +++ b/TCP/TCPListener.h Fri Jul 03 17:50:28 2009 -0700
1.3 @@ -32,6 +32,7 @@
1.4 CFSocketRef _ipv6socket;
1.5
1.6 NSString *_bonjourServiceType, *_bonjourServiceName;
1.7 + NSNetServiceOptions _bonjourServiceOptions;
1.8 NSNetService *_netService;
1.9 NSDictionary *_bonjourTXTRecord;
1.10 BOOL _bonjourPublished;
1.11 @@ -88,6 +89,9 @@
1.12 automatically generated if Bonjour is enabled (by setting -bonjourServiceType). */
1.13 @property (copy) NSString *bonjourServiceName;
1.14
1.15 +/** Options to use when publishing the Bonjour service. */
1.16 +@property NSNetServiceOptions bonjourServiceOptions;
1.17 +
1.18 /** The dictionary form of the Bonjour TXT record: metadata about the service that can be browsed
1.19 by peers. Changes to this dictionary will be pushed in near-real-time to interested peers. */
1.20 @property (copy) NSDictionary *bonjourTXTRecord;