You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap connection cleanup (nanocurrency#912)
* Deserialize in to receive buffer without any pointer arithmetic.
* Creating rai socket class that has timeout capability encapsulated.
* Putting message header in its own class and removing buffer pointer arithmetic when parsing bootstrap messages.
* Converting bootstrap_server connection to a rai::socket to ensure timeouts are used when sending data.