aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_ping.c
Commit message (Collapse)AuthorAgeFilesLines
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-091-2/+2
| | | | This is to make code cleaner and easier to read.
* pingu: use host label when logging instead of ip addrNatanael Copa2011-07-291-3/+2
|
* pingu: use sockaddr_anyNatanael Copa2011-07-281-20/+6
| | | | add common sockaddr utility functions
* pingu_iface: implement pingu_iface_usable()Natanael Copa2011-07-131-1/+1
| | | | To test if we can use socket.
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-2/+7
| | | | | | It might be an interface that disappeared and came back, e.g ppp0. We also don't even try unless we have a successful binding.
* pingu_ping: improve debug message for repliesNatanael Copa2011-07-081-1/+3
|
* pingu_ping: set status 'down' if we are not able to send the pingNatanael Copa2011-07-081-1/+3
|
* pingu: fix misc bugsNatanael Copa2011-07-071-2/+4
| | | | fix some segfaults and some logic bugs
* pingu_ping: initial implementationNatanael Copa2011-07-071-0/+133