Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
378a7964
Commit
378a7964
authored
Jun 25, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Note on not passing port to DoH parse operation.
parent
fa3d12bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doh.h
View file @
378a7964
...
...
@@ -47,6 +47,10 @@ boost::optional<Request> build_request( const std::string& name
// in the given response.
//
// Irrelevant answers in the response are discarded.
//
// TODO: Passing the port in and getting a lookup
// makes for a weird interface,
// we may drop the port and just return a list of IP addresses.
TcpLookup
parse_response
(
const
Response
&
,
const
std
::
string
&
host
,
unsigned
short
port
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment