Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-06-20 01:14:51 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-06-20 01:14:51 (GMT)
commit2c2ba143115312e20542ec6c418c52fdc9479a92 (patch)
tree47ca77b26689ef1516c1b6ab2e82c1fbbee7d058 /sugar/presence
parent9c0669dde49344ade510e0c3c9780f864be2b8fd (diff)
clarify addresses
Diffstat (limited to 'sugar/presence')
-rw-r--r--sugar/presence/Service.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/presence/Service.py b/sugar/presence/Service.py
index e3885ad..464523a 100644
--- a/sugar/presence/Service.py
+++ b/sugar/presence/Service.py
@@ -126,7 +126,9 @@ class Service(object):
self.set_port(port)
self._properties = {}
self.set_properties(properties)
+ # Publisher address is the unicast source IP
self._publisher_address = address
+ # Address is the published address, could be multicast or unicast
self._address = None
if self._properties.has_key('address'):
self.set_address(self._properties['address'])