forked from DNS-OARC/dnsjit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `examples/*`: Fix handling of previous objects, need to explicitly check for not nil on cdata - `examples/replay.lua`: Handle timeouts - `examples/respdiff.lua`: Handle timeouts - `examples/test_throughput.lua`: Add tests for splitting in Lua - `core.object.dns`: Add column names in `print()` for resource records - `core.output.tcpcli`: - Issue DNS-OARC#47: Remove DNS query check - Add timeout support, see `timeout()` - Continue parsing if we received more then needed - Add `received()` for the number of payloads received - Documentation - `core.output.udpcli`: - Issue DNS-OARC#46: Remove DNS query check - Add timeout support, see `timeout()` - Add `received()` for the number of payloads received - Documentation
- Loading branch information
Showing
15 changed files
with
422 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.