log n of p
This commit is contained in:
@@ -31,6 +31,7 @@ func run(ctx context.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for i := 0; i < *p-1; i++ {
|
for i := 0; i < *p-1; i++ {
|
||||||
|
log.Printf("dialing %v of %v background connections...", i+1, *p-1)
|
||||||
func() {
|
func() {
|
||||||
connected := &sync.WaitGroup{}
|
connected := &sync.WaitGroup{}
|
||||||
connected.Add(1)
|
connected.Add(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user