Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Kaleta committed Dec 4, 2019
1 parent d7f4faa commit e448b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(Traceroute VERSION 0.6.191014)
project(Traceroute VERSION 1.0.191124)

# COMPILER
set(CMAKE_CXX_STANDARD 14)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Traceroute shows a path through the Internet from your computer to a specified a

### Output format
When there are replies for *any* of the requests sent, then reply addresses are displayed with
average reply time with count of responses.
average reply time with count of responses:
```
<step>. <reply addresses> -- <average time> (<responses count>)
```

When there are no replies, then a single asterisk character is displayed.
When there are no replies, then a single asterisk character is displayed:
```
<step>. *
```
Expand Down

0 comments on commit e448b1a

Please sign in to comment.