-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
2017-02-23 Jerry Lundström | ||
|
||
Release 1.0.0 - dropping all your packets since 2017 | ||
|
||
b928138 Add Travis-CI | ||
8b4d073 Recv UDP/TCP | ||
d40d711 Impl | ||
0ca1b6c Initial commit |
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 |
---|---|---|
@@ -1,6 +1,27 @@ | ||
# dumdumd | ||
|
||
[![Build Status](https://travis-ci.org/DNS-OARC/dumdumd.svg?branch=develop)](https://travis-ci.org/DNS-OARC/dumdumd) [![Coverity Scan Build Status](https://scan.coverity.com/projects/11854/badge.svg)](https://scan.coverity.com/projects/dns-oarc-dumdumd) | ||
|
||
High performance UDP/TCP server that... just drops everything you send to it | ||
|
||
## Requirements | ||
|
||
- libev | ||
|
||
## Build | ||
|
||
``` | ||
sh autogen.sh | ||
./configure | ||
make | ||
``` | ||
|
||
## Usage | ||
|
||
``` | ||
src/dumdumd -h | ||
``` | ||
|
||
## Author(s) | ||
|
||
Jerry Lundström <[email protected]> | ||
|
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