forked from torrust/torrust-tracker
-
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.
Merge torrust#1095: udp: improve logging (and vairous changes)
8c70395 udp: various changes (Cameron Garnham) Pull request description: When making this pull request I found that there was logic for the UDP tracker when in private mode: that we do not support, so I removed this dead-code. I also found that the `ConnectionId` was not being checked for scrape requests, and when parsing badly formatted requests, so I corrected for this. I also added the statistic counting for how many error responses have been sent. ACKs for top commit: josecelano: ACK 8c70395 Tree-SHA512: 5047d42932d09b44b387133066e3feba80446e29b26c8ae952d35c4655991376c00b6a21e5975eda53f8e8a460db32c14d54772c78802a7596f70551a5393171
- Loading branch information
Showing
14 changed files
with
288 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,7 @@ | |
"typenum", | ||
"Unamed", | ||
"underflows", | ||
"Unsendable", | ||
"untuple", | ||
"uroot", | ||
"Vagaa", | ||
|
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
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
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
Oops, something went wrong.