mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 17:17:00 +08:00
fea: socket: support to negotiate key
This commit is contained in:
@@ -71,7 +71,7 @@ func (p *MixPoint) Stop() {
|
||||
|
||||
func (p *MixPoint) UUID() string {
|
||||
if p.uuid == "" {
|
||||
p.uuid = libol.GenRandom(13)
|
||||
p.uuid = libol.GenString(13)
|
||||
}
|
||||
return p.uuid
|
||||
}
|
||||
|
Reference in New Issue
Block a user