Bug 11089 - [RFE] add a way how to break established TCP connections
Summary: [RFE] add a way how to break established TCP connections
Status: NEW
Alias: None
Product: cwrap
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-05 12:34 UTC by Petr Špaček
Modified: 2015-02-09 16:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Špaček 2015-02-05 12:34:16 UTC
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!