Skip to content

v0.6.3

Latest
Compare
Choose a tag to compare
@Chleba Chleba released this 09 Mar 01:02
· 1 commit to main since this release
  • fixed switching active interface for packet dumping
    Issue was that thread was blocked by reciver channel that was, in some cases, blocking thread to not catching atomic bool to break the infinite loop.
    Also there was forgotten atomic bool break in that loop :)