Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uncatched RuntimeError throwed when socket error while receiving …
…packet afpacket.recv will throw RuntimeError when sniffed interface had link flipped. IfaceMgr doesn't catch the RuntimeError causing thread exit the main loop, thus can't receive packet anymore.
- Loading branch information