initc3 / HoneyBadgerBFT-Python

The Honey Badger of BFT Protocols
Other
137 stars 65 forks source link

Persistent sockets module #26

Open sbellem opened 6 years ago

sbellem commented 6 years ago

From @amiller on May 25, 2017 22:24

Right now if the tcp socket is disconnected, it's just broken. We should at least buffer and retry. Or support multiple fallback strings.

How much buffering should we do? See amiller/honeybadgerbft#1

Copied from original issue: amiller/HoneyBadgerBFT#7