Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
23
Issues
23
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
08b179cf
Commit
08b179cf
authored
Aug 31, 2014
by
Jan Včelák
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rrset-wire: dname processing parameters in struct, renames and reorders
parent
6db0bd2b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
184 additions
and
178 deletions
+184
-178
src/libknot/consts.h
src/libknot/consts.h
+0
-9
src/libknot/packet/rrset-wire.c
src/libknot/packet/rrset-wire.c
+184
-169
No files found.
src/libknot/consts.h
View file @
08b179cf
...
...
@@ -37,15 +37,6 @@
#define KNOT_DNAME_MAXLEN 255
/*!< 1-byte maximum. */
#define KNOT_DNAME_MAXLABELS 127
/*!< 1-char labels. */
/*!
* \brief Often used sizes.
*/
#define KNOT_RR_SIZE_TYPE 2
#define KNOT_RR_SIZE_CLASS 2
#define KNOT_RR_SIZE_TTL 4
#define KNOT_RR_SIZE_RDLEN 2
#define KNOT_RR_SIZE_HEADER 10
/*!
* \brief Address family numbers.
*
...
...
src/libknot/packet/rrset-wire.c
View file @
08b179cf
This diff is collapsed.
Click to expand it.
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