-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance boost in reassembler - removed unnecessary StringIO::skip
darcs-hash:20090503123101-f1522-8d5651d46ca7a519230aa790a2ae0599ba451479.gz
- Loading branch information
scudette
committed
May 3, 2009
1 parent
bedc7aa
commit fda6877
Showing
2 changed files
with
11 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ typedef struct { | |
} PyPCAP; | ||
|
||
|
||
#define FILL_SIZE (1024 * 100) | ||
#define FILL_SIZE (1024 * 1000) | ||
|
||
#endif |