diff -r 8b883753394a -r 6c3b5372a307 TCP/TCPListener.h --- a/TCP/TCPListener.h Sun Jul 13 10:42:50 2008 -0700 +++ b/TCP/TCPListener.h Thu Jul 02 19:58:11 2009 -0700 @@ -32,6 +32,7 @@ CFSocketRef _ipv6socket; NSString *_bonjourServiceType, *_bonjourServiceName; + NSNetServiceOptions _bonjourServiceOptions; NSNetService *_netService; NSDictionary *_bonjourTXTRecord; BOOL _bonjourPublished; @@ -88,6 +89,9 @@ automatically generated if Bonjour is enabled (by setting -bonjourServiceType). */ @property (copy) NSString *bonjourServiceName; +/** Options to use when publishing the Bonjour service. */ +@property NSNetServiceOptions bonjourServiceOptions; + /** The dictionary form of the Bonjour TXT record: metadata about the service that can be browsed by peers. Changes to this dictionary will be pushed in near-real-time to interested peers. */ @property (copy) NSDictionary *bonjourTXTRecord;