for {
    server.Mutex.Lock(1)
    // Wait for an incoming connection
    client, err := server.IPv4.Accept()
    if (err != nil) {