Integration test for reconnection strategy
In !61 (merged) we're implementing a reconnection strategy on failed TCP writes. We should be able to exercise that logic by having the obfsvpn server hang up on the client. We can do that by just restarting the obfsvpn container. Which should all be pretty straightforward programmatically w/ our bash script/docker-compose, etc