Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tgen-markovmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <glib.h>

/* this is how many bytes we send for each packet type observation */
#define TGEN_MMODEL_PACKET_DATA_SIZE 1434
#define TGEN_MMODEL_PACKET_DATA_SIZE 1460
/* and packets sent within this many microseconds will be sent
* at the same time for efficiency reasons */
#define TGEN_MMODEL_MICROS_AT_ONCE 10000
Expand Down