Unless your encryption and transport protocols are 100% stateless only 1 connection will actually be able to form, even if you duplicate the machine during connection creation.
The problem with pre-computing a bunch and keeping them in memory is brand new connections made post cloning would use the same list of nonces.
The problem with pre-computing a bunch and keeping them in memory is brand new connections made post cloning would use the same list of nonces.