summaryrefslogtreecommitdiff
path: root/ctdb/tools/ctdb_killtcp.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tools: Fix a typo for a talloc contextMartin Schwenke2017-09-191-1/+1
* ctdb-tools: Add debug to ctdb_killtcpMartin Schwenke2017-09-191-0/+8
* ctdb-tools: Move special case of 0 connections into computationMartin Schwenke2017-09-191-6/+6
* ctdb-tools: Rework killtcp logic into a tevent_req-based computationMartin Schwenke2017-09-191-107/+135
* ctdb-tools: New function ctdb_kill_tcp_init()Martin Schwenke2017-09-191-94/+79
* ctdb-tools: Improve error handlingMartin Schwenke2017-09-191-6/+15
* ctdb-tools: Drop global variable progMartin Schwenke2017-09-191-5/+2
* ctdb-tools: Use db_hash in ctdb_killtcpMartin Schwenke2017-09-191-125/+67
* ctdb-tools: Use ctdb_connection and ctdb_connection_list structsMartin Schwenke2017-09-191-39/+46
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-191-10/+7
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-191-1/+1
* ctdb-logging: Drop enum debug_levelMartin Schwenke2016-12-051-2/+4
* ctdb-killtcp: Change default retry interval, batch size and attemptsMartin Schwenke2016-04-011-4/+4
* ctdb-killtcp: Send tickle ACKs in batchesMartin Schwenke2016-04-011-1/+13
* ctdb-killtcp: Store retry interval in killtcp structureMartin Schwenke2016-04-011-1/+7
* ctdb-killtcp: Don't count attempts for individual connectionsMartin Schwenke2016-04-011-14/+5
* ctdb-killtcp: Keep track of number of kill attempts and maximum allowedMartin Schwenke2016-04-011-1/+9
* ctdb-killtcp: Filter out sent packetsMartin Schwenke2016-04-011-0/+12
* ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke2016-04-011-3/+5
* ctdb-killtcp: Clarify a debug messageMartin Schwenke2016-04-011-6/+6
* ctdb-killtcp: Set debug level via environment variable CTDB_DEBUGLEVELMartin Schwenke2016-04-011-0/+10
* ctdb-killtcp: Don't send initial tickle ACK during setupMartin Schwenke2016-04-011-12/+5
* ctdb-killtcp: Drop unnecessary castsMartin Schwenke2016-04-011-5/+2
* ctdb-killtcp: Drop check to see if capture socket can be readMartin Schwenke2016-04-011-4/+0
* ctdb-killtcp: Merge "common" killtcp code into helperMartin Schwenke2016-04-011-1/+283
* ctdb-killtcp: New helper ctdb_killtcpMartin Schwenke2016-04-011-0/+131