Draft
Conversation
a00bd1f to
f438b65
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
==========================================
- Coverage 46.56% 44.50% -2.06%
==========================================
Files 15 15
Lines 4310 4525 +215
==========================================
+ Hits 2007 2014 +7
- Misses 2303 2511 +208 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
We have observed that rarely we see high-traffic usage spikes. At this moment the origin of this spikes is unknown hence, a local reproduction will be attempted with additional info collection enabled. This commit enables that and starts collecting info on per-five-tuple data usage
f438b65 to
31b1f45
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We have reports, and a few reproductions of NordVPN app using a large amount of data in a relatively short amount of period. This happens very rarely (we have two reproductions in total as of now).
In order to help identify the source of the traffic, this PR adds a bit of information collection, by looking at what IPs are involved flowing through the NepTUN and what SNI headers.
THIS IS INTENDED ONLY FOR DEBUGGING PURPOSES ONLY AND MUST NOT BE MERGED!