aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://phil.0x539.de/ <Philipp_Kern@web>2012-11-12 11:50:42 +0000
committerGravatar admin <admin@branchable.com>2012-11-12 11:50:42 +0000
commit09cf72c90ac4fe364d2265f33d6804758c7ae228 (patch)
tree010b2bcb721c1b04d13c409f1e54c2d371f0cb49
parentb77b5754f47ef141d608e3dd497de9f54cfaa78a (diff)
Added a comment
-rw-r--r--doc/design/assistant/blog/day_128__last_xmpp_day/comment_2_43664b73c71c41d71bc95e665f128106._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_128__last_xmpp_day/comment_2_43664b73c71c41d71bc95e665f128106._comment b/doc/design/assistant/blog/day_128__last_xmpp_day/comment_2_43664b73c71c41d71bc95e665f128106._comment
new file mode 100644
index 000000000..3a8318618
--- /dev/null
+++ b/doc/design/assistant/blog/day_128__last_xmpp_day/comment_2_43664b73c71c41d71bc95e665f128106._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://phil.0x539.de/"
+ nickname="Philipp Kern"
+ subject="comment 2"
+ date="2012-11-12T11:50:42Z"
+ content="""
+Developing something new based on IPv4 UDP broadcast seems to be insane. IPv6 link-local multicast should be available virtually anywhere. XMPP relies on TCP and a central server to guarantee that a single packet is not split up, which would need quite some protocol engineering to get right over lossy UDP (e.g. segmentation, flow control, congestion avoidance). But TCP as discovered using mDNS might work… Still needs some kind of authentication / encryption, though.
+"""]]