Skip to content

Commit

Permalink
v0.004000
Browse files Browse the repository at this point in the history
  - add ping vs. raw socket advantages to ICMP and ICMPv6 documentation
  - raw ICMP and ICMPv6 now only uses a single socket and internal reply
    dispatching for increased performance (O vs. O^2)
  - don't use Net::Frame::Simple for ICMP and ICMPv6 reply packet parsing for
    improved performance
  - send errors are now handled and returned
    as failed Futures for ping sockets and warnings for the shared raw socket
  • Loading branch information
abraxxa committed Jan 24, 2018
1 parent 543537f commit 5355444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.004000 2018-01-24 09:09:21+01:00 Europe/Vienna
- add ping vs. raw socket advantages to ICMP and ICMPv6 documentation
- raw ICMP and ICMPv6 now only uses a single socket and internal reply
dispatching for increased performance (O vs. O^2)
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
author = Alexander Hartmaier <abraxxa@cpan.org>
license = Perl_5
copyright_holder = Arthur Axel "fREW" Schmidt, Alexander Hartmaier
version = 0.003003
version = 0.004000

[NextRelease]
[@Git]
Expand Down

0 comments on commit 5355444

Please sign in to comment.