udp: Fix minor protocol errors, announces working

This commit is contained in:
Justin Li
2015-02-20 11:44:05 -05:00
parent 22e83739c9
commit abd2b5ade4
2 changed files with 9 additions and 2 deletions

View File

@@ -48,3 +48,7 @@ func GenerateConnectionID(ip []byte) []byte {
return ct[:8]
}
func init() {
InitConnectionIDEncryption()
}