-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from bilintsui/dev-1.1-beta3
v1.1(development beta 3)
- Loading branch information
Showing
12 changed files
with
881 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
mcrelay: | ||
gcc -o mcrelay mcrelay.c | ||
gcc -o mcrelay mcrelay.c -lresolv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# LOG LEVEL DEFINATION for v1.1, beta 3, patch 4. | ||
# Log level mentioned here had already defined in the program, if new message type defined, this file will be changed | ||
Level Type Description | ||
0 Critical When a non-ignorable error occurs, program will output this message to STDERR. | ||
1 Warning When an ignorable error occurs, program will output this message to STDOUT. | ||
2 Information, rate 0 Normal information. eg: Incoming login request. | ||
3 Information, rate 1 Normal information, but annoying. eg: Incoming MOTD request. |
Oops, something went wrong.