summaryrefslogtreecommitdiff
path: root/ctdb/tools/ctdb_killtcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10ctdb-tools: Switch tickle ACK sending message to INFO levelMartin Schwenke1-2/+2
2023-07-10ctdb-tools: Fix a typo in a log messageMartin Schwenke1-1/+1
2022-09-20ctdb-tools: Improve/add debugMartin Schwenke1-6/+7
2019-06-05ctdb-tools: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke1-1/+2
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-4/+5
2018-07-28ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs1-1/+1
2018-07-02ctdb: Fix build on AIXAmitay Isaacs1-3/+3
2018-07-02ctdb-common: Move capture_socket functions to ctdb_socket.[ch]Martin Schwenke1-1/+0
2018-07-02ctdb-common: Move ctdb_sys_send_tcp() to ctdb_socket.[ch]Martin Schwenke1-0/+1
2017-09-19ctdb-tools: Fix a typo for a talloc contextMartin Schwenke1-1/+1
2017-09-19ctdb-tools: Add debug to ctdb_killtcpMartin Schwenke1-0/+8
2017-09-19ctdb-tools: Move special case of 0 connections into computationMartin Schwenke1-6/+6
2017-09-19ctdb-tools: Rework killtcp logic into a tevent_req-based computationMartin Schwenke1-107/+135
2017-09-19ctdb-tools: New function ctdb_kill_tcp_init()Martin Schwenke1-94/+79
2017-09-19ctdb-tools: Improve error handlingMartin Schwenke1-6/+15
2017-09-19ctdb-tools: Drop global variable progMartin Schwenke1-5/+2
2017-09-19ctdb-tools: Use db_hash in ctdb_killtcpMartin Schwenke1-125/+67
2017-09-19ctdb-tools: Use ctdb_connection and ctdb_connection_list structsMartin Schwenke1-39/+46
2017-09-19ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke1-10/+7
2017-09-19ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke1-1/+1
2016-12-05ctdb-logging: Drop enum debug_levelMartin Schwenke1-2/+4
2016-04-01ctdb-killtcp: Change default retry interval, batch size and attemptsMartin Schwenke1-4/+4
2016-04-01ctdb-killtcp: Send tickle ACKs in batchesMartin Schwenke1-1/+13
2016-04-01ctdb-killtcp: Store retry interval in killtcp structureMartin Schwenke1-1/+7
2016-04-01ctdb-killtcp: Don't count attempts for individual connectionsMartin Schwenke1-14/+5
2016-04-01ctdb-killtcp: Keep track of number of kill attempts and maximum allowedMartin Schwenke1-1/+9
2016-04-01ctdb-killtcp: Filter out sent packetsMartin Schwenke1-0/+12
2016-04-01ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke1-3/+5
2016-04-01ctdb-killtcp: Clarify a debug messageMartin Schwenke1-6/+6
2016-04-01ctdb-killtcp: Set debug level via environment variable CTDB_DEBUGLEVELMartin Schwenke1-0/+10
2016-04-01ctdb-killtcp: Don't send initial tickle ACK during setupMartin Schwenke1-12/+5
2016-04-01ctdb-killtcp: Drop unnecessary castsMartin Schwenke1-5/+2
2016-04-01ctdb-killtcp: Drop check to see if capture socket can be readMartin Schwenke1-4/+0
2016-04-01ctdb-killtcp: Merge "common" killtcp code into helperMartin Schwenke1-1/+283
2016-04-01ctdb-killtcp: New helper ctdb_killtcpMartin Schwenke1-0/+131