Skip to content

Ta.py handles interrupts gracefully#33

Open
packocrayons wants to merge 7 commits into
masterfrom
taShutdown
Open

Ta.py handles interrupts gracefully#33
packocrayons wants to merge 7 commits into
masterfrom
taShutdown

Conversation

@packocrayons
Copy link
Copy Markdown
Member

SIGKILL (2, ^C) will kill the program and close any open sockets. SIGQUIT (3, ^\) will break the current iteration of the loop, this is useful for when SYNACKs are lost in the mesh and the receive socket livelocks (this appears to be a TCP 'bug' of sorts). Of course, any data currently in the socket will be lost.

Additionally, the TA.py README was updated

TA.py supports verbosity mode

…ogram and close any open sockets. SIGQUIT (3, ^\\) will break the current iteration of the loop, this is useful for when SYNACKs are lost in the mesh and the receive socket livelocks (this appears to be a TCP 'bug' of sorts). Of course, any data currently in the socket will be lost.

Additionally, the TA.py README was updated

TA.py supports verbosity mode
…et - configurable deadlock timeout currently set to 30 seconds"

This reverts commit 8ab0a1c.

Undoing the timer stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants