zktraffic/cli/printer.py (4 lines): - line 229: """ TODO: a queue for this would be good to avoid blocking pcap """ - line 340: # FIXME: accounting pings is broken because their uniqueness is based on timestamps, - line 363: # FIXME: this drops extra pings - line 382: # TODO: this should be protected by a lock zktraffic/zab/quorum_packet.py (4 lines): - line 193: # TODO: dissect the remaining data, see server_message.py and client_message.py - line 228: # TODO: dissect the remaining data - line 244: # TODO: dissect the data (in almost all cases, data is null) - line 291: # TODO: dissect the data (in almost all cases, data is null) zktraffic/base/sniffer.py (1 line): - line 308: # TODO: logging the counts of each type of pkts in the queue when this happens zktraffic/base/client_message.py (1 line): - line 178: # TODO: Connect, Ping and Auth should probably inherit from ClientMessage since zktraffic/base/process.py (1 line): - line 67: # TODO (phobos182): double check that psutil does not allow negative nice values zktraffic/stats/loaders.py (1 line): - line 64: # TODO : Disallow registration after thread start