Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
f72a06e2
Commit
f72a06e2
authored
Jul 25, 2016
by
Evelyn
Committed by
GitHub
Jul 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mg_dns_uncompress_name.md
parent
8b975533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
mg_dns_uncompress_name.md
docs/c-api/dns.h/mg_dns_uncompress_name.md
+5
-5
No files found.
docs/c-api/dns.h/mg_dns_uncompress_name.md
View file @
f72a06e2
...
@@ -7,15 +7,15 @@ signature: |
...
@@ -7,15 +7,15 @@ signature: |
char *dst, int dst_len);
char *dst, int dst_len);
---
---
Uncompress a DNS compressed name.
Uncompress
es
a DNS compressed name.
The containing
dns message is required because
the compressed encoding
The containing
DNS message is required because of
the compressed encoding
and reference suffixes present elsewhere in the packet.
and reference suffixes present elsewhere in the packet.
If name is less than
`dst_len`
characters long, the remainder
If
the
name is less than
`dst_len`
characters long, the remainder
of
`dst`
is terminated with
`\0
'
characters. Otherwise, `
dst
` is not
of
`dst`
is terminated with
`\0
`
characters. Otherwise,
`dst`
is not
*
terminated.
*
terminated.
If
`dst_len`
is 0
`dst`
can be NULL.
If
`dst_len`
is 0
`dst`
can be NULL.
Return the uncompressed name length.
Return
s
the uncompressed name length.
Write
Preview
Markdown
is supported
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