Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CHANGES
Change the IP range of the services from 172.42.0.1x to 172.42.0.2x. If you started more than 9 workers at the same time the IPs overlapped. Now it's possible to start more than 9 workers at the same time (up to 19 workers).
New flag (--packet-buffered) added to tcpdump. With this flag each captured packet will be written to the output file, rather than being written only when the output buffer fills.
Function send_command (qemu_guest.py) changed. Some architectures (m68k, sh4...) do not support commands with more than 16 digits. The command will be splitted in smaller chunks in order to be processed properly by QEMU.
Fix #21 KeyError: 'minopsz' #24
Git ignore data/storage and data/db files