forked from blitz/tcptrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the bug with the host names. after ..., y, z the hostnames were…
… jumping to ba, bb ... skipping aa, ab .... Also found another bug. The counter for the hostnames was int which has a maximum value of approx. 2.1 billion while the host names are allowed to go upto approx. 209 billion. Changed the counter to llong.
- Loading branch information
alakhian
committed
Jul 26, 2002
1 parent
5cd6ef4
commit 32737a3
Showing
2 changed files
with
5 additions
and
5 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