It would be nice to have a way to break TCP connection established over socket_wrapper. It is especially useful for failover testing and so on. IMHO the moment when the connection should break should be controlable at run-time because sometimes it is not enough to specify 'break it after 1024 bytes' or so. Also, there should be a way how to allow re-establishing the connection when the client tries it again. Thank you very much!