syncthing/lib/discover
Jakob Borg e522811a52 Encapsulate local discovery address in struct
The XDR encoder doesn't understart slices of strings very well. It can
encode and decode them, but there's no way to set limits on the length
of the strings themselves (only on the length of the slice), and the
generated diagrams are incorrect. This trivially works around this,
while also documenting what the string actually is (a URL).
2015-09-22 23:28:00 +02:00
..
cache.go Fix import paths 2015-09-22 19:38:46 +02:00
debug.go mv internal lib 2015-08-09 09:35:26 +02:00
discover.go Fix import paths 2015-09-22 19:38:46 +02:00
doc.go New global discovery protocol over HTTPS (fixes #628, fixes #1907) 2015-09-20 21:10:53 +02:00
global.go Fix import paths 2015-09-22 19:38:46 +02:00
global_test.go Fix import paths 2015-09-22 19:38:46 +02:00
local.go Encapsulate local discovery address in struct 2015-09-22 23:28:00 +02:00
localpackets.go Encapsulate local discovery address in struct 2015-09-22 23:28:00 +02:00
localpackets_xdr.go Encapsulate local discovery address in struct 2015-09-22 23:28:00 +02:00