socket naming convention

This commit is contained in:
Mantas Vidutis 2018-12-11 13:52:03 -08:00 committed by vyzo
parent 961df896ef
commit 0d72350736
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
func main() {
identify.ClientVersion = "p2pd/0.1"
maddrString := flag.String("maddr", "/unix/tmp/p2pd.maddr", "daemon control multiaddr")
maddrString := flag.String("maddr", "/unix/tmp/p2pd.sock", "daemon control multiaddr")
quiet := flag.Bool("q", false, "be quiet")
id := flag.String("id", "", "peer identity; private key file")
bootstrap := flag.Bool("b", false, "connects to bootstrap peers and bootstraps the dht if enabled")