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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tcp mode #636
base: main
Are you sure you want to change the base?
Tcp mode #636
Changes from all commits
09c8c39
4b3ab1b
0ca4164
5998969
e480fc8
22f5dbd
6dbdbac
ac7be83
9360802
b76b05e
030d50f
84afabd
5174669
880f0f6
e36f3ac
7085747
22ae93f
62dc992
ce18086
08ebe54
e0ef174
a5be8fb
aacc847
792ac73
f41d5fe
aa48b4f
0f97a20
f3a02b3
bb3287e
0b431a0
129ad3d
86cbad8
8f18893
83d28d1
78c2f5c
c2b951d
e2cc7c5
d29e2ca
7743679
c9125eb
d7f4f3f
6b3c955
c5c2156
376264e
710bd2b
a4a40c0
6a1cc56
b948108
cf8e92b
b90fe56
9367ee9
f2f2f80
2163484
fc1125b
e1660c7
e5b7b73
84e0c91
98d1109
e9d5f5f
d41ce9a
9e61c2f
562148a
148f868
4f9b95b
b1205fb
032ea35
e83b716
3417de4
6a9ff59
f492327
8444ec6
341f810
1994870
3e02246
efe22b4
bdbc4ac
c019eb2
3451099
a0f6937
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding the next review round: I added
# pragma: no cover
in some places that either should never be called in the way the functions are used within the rest of the code, or seemed rather hard to test for. I tried to orient myself at places where this was already used, but was not sure whether there is any policy saying at which point I'm allowed to use this and at which point I'm not. So if you think any of those are inappropriate and think I should add a test for them just say a word (ideally with an idea on how to test for that part).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's absolutely fine!
This file was deleted.