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

Fix -1 "*\{message.marker}" and -1 "\message.marker" #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timofey-barmin
Copy link
Contributor

@timofey-barmin timofey-barmin commented Jan 15, 2018

Both cases work incorrectly:

tcpkali localhost:8123 -1 '1\{message.marker}' -l 8123 --dump-all
Destination: [::1]:8123
Destination: [127.0.0.1]:8123
Interface lo0 address [::1]:0
Interface lo0 address [fe80::1]:0
Using interface lo0 to connect to [::1]:8123
Listen on: [0.0.0.0]:8123
Listen on: [::]:8123
Assertion failed: (size >= mmt_len + 16 + 1), function override_timestamp, file tcpkali_engine.c, line 2356.
Abort trap: 6
tcpkali localhost:8123 -1 '\{message.marker}' -l 8123 --dump-all
Destination: [::1]:8123
Destination: [127.0.0.1]:8123
Interface lo0 address [::1]:0
Interface lo0 address [fe80::1]:0
Using interface lo0 to connect to [::1]:8123
Listen on: [0.0.0.0]:8123
Listen on: [::]:8123
Snd(51, 30): [TCPKaliMsgTS-0000000000000000.]
Rcv(52, 30): [TCPKaliMsgTS-0000000000000000.]

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