killppp is a shell script that kills the PPP process after a specified time period of no traffic. This is especially useful for dial-up users who pay per time-unit of being connected. The typical use for it is to start a large download along with killppp and go away. The script will shut down PPP right after the downloading is done, thus saving unnecessary cost of unused network connectivity.
| Tags | Communications |
|---|---|
| Operating Systems | POSIX Linux |
| Implementation | Unix Shell bash |