Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux programozás nagyházi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eckl, Máté
Linux programozás nagyházi
Commits
578247c1
Commit
578247c1
authored
May 27, 2016
by
dnsadmin
Browse files
Options
Downloads
Patches
Plain Diff
Hiányzó osztálydoksik pótlása (
#18
)
parent
befa086c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/dns_message.h
+3
-0
3 additions, 0 deletions
include/dns_message.h
include/dns_server.h
+5
-0
5 additions, 0 deletions
include/dns_server.h
include/udp_packet_wp.h
+3
-0
3 additions, 0 deletions
include/udp_packet_wp.h
with
11 additions
and
0 deletions
include/dns_message.h
+
3
−
0
View file @
578247c1
...
@@ -18,6 +18,9 @@ using namespace std;
...
@@ -18,6 +18,9 @@ using namespace std;
class
udp_packet_wp
;
class
udp_packet_wp
;
/**
* Wrapper class for DNS messages.
*/
class
dns_message_em
class
dns_message_em
{
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
include/dns_server.h
+
5
−
0
View file @
578247c1
...
@@ -12,6 +12,11 @@
...
@@ -12,6 +12,11 @@
#include
"general_sockaddr_wp.h"
#include
"general_sockaddr_wp.h"
#include
"udp_socket_wp.h"
#include
"udp_socket_wp.h"
/**
* A DNS server object.
* Contains all the data necessary for serving DNS queries.
* It is optionally multi threaded.
*/
class
dns_server
class
dns_server
{
{
private:
private:
...
...
This diff is collapsed.
Click to expand it.
include/udp_packet_wp.h
+
3
−
0
View file @
578247c1
...
@@ -15,6 +15,9 @@
...
@@ -15,6 +15,9 @@
class
dns_message_em
;
class
dns_message_em
;
/**
* Wrapper class for UDP packets, and manage their stuff.
*/
class
udp_packet_wp
class
udp_packet_wp
{
{
char
*
buf
;
/** The content of the UDP packet. */
char
*
buf
;
/** The content of the UDP packet. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment