This file contains hidden or 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
| /* | |
| * Author: Lars Erik Storbukås <larserik@storbukas.no> | |
| * http://larserik.storbukas.no | |
| * Date: 11/02-2018 | |
| * | |
| * Description: | |
| * | |
| * Simple TCP client transferring a file to a destination with | |
| * DA-LBE mechanisms enabled. This transfer has configured a | |
| * probability of 5% of Phantom ECN signals (which reduce the |
This file contains hidden or 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
| #!/bin/sh | |
| # | |
| # Details: | |
| # Author: Lars Erik Storbukås <larserik@storbukas.no> | |
| # http://larserik.storbukas.no | |
| # System: DD-WRT v3.0-r28628 std (12/29/15) | |
| # File location: /jffs/ets/scripts/dhcp-lease-notifier.sh | |
| # | |
| # DHCP Lease Notifier | |
| # ------------------------ |
NewerOlder