Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout #84

Merged
merged 1 commit into from
Jun 29, 2018
Merged

Timeout #84

merged 1 commit into from
Jun 29, 2018

Conversation

jelu
Copy link
Member

@jelu jelu commented Jun 29, 2018

  • 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 output.tcpcli #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 output.udpcli #46: Remove DNS query check
    • Add timeout support, see timeout()
    • Add received() for the number of payloads received
    • Documentation

- `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
@jelu jelu merged commit bb93ee8 into DNS-OARC:develop Jun 29, 2018
@jelu jelu deleted the timeout branch June 29, 2018 13:19
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.

1 participant