Channels impl
Compare changes
Files
2- David Stainton authored
+ 15
− 9
@@ -2,6 +2,7 @@ package ud
@@ -9,6 +10,7 @@ import (
@@ -44,9 +46,9 @@ type NameService interface {
@@ -56,10 +58,10 @@ func saveRegistrationDisk(kv *versioned.KV, reg registrationDisk) error {
@@ -79,12 +81,12 @@ func newRegistrationDisk(publicKey ed25519.PublicKey, privateKey ed25519.Private
@@ -108,16 +110,20 @@ type clientIDTracker struct {
@@ -143,7 +149,7 @@ func newclientIDTracker(comms channelLeaseComms, username string, kv *versioned.