aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_burst.c
Commit message (Collapse)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-67/+0
|
* pingu_burst: memleak fixNatanael Copa2012-03-141-0/+1
| | | | we need to run freeaddrinfo() after getaddrinfo()
* pingu_burst: silence valgrind warning about uninitialized bytesNatanael Copa2012-03-061-1/+1
|
* pingu_ping: cleanup. Use constant to indicate if we ignore error or notNatanael Copa2011-09-091-1/+1
| | | | This makes code cleaner and easier to read.
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-091-1/+1
| | | | This is to make code cleaner and easier to read.
* pingu_burst: try rebind every burstNatanael Copa2011-09-061-0/+7
| | | | In case the bind failed on the got-address event.
* pingu: only create/lose binding when we get/lose addressNatanael Copa2011-09-061-7/+0
| | | | | We don't need to rebind every burst. We only bind when we get an address and we only lose the binding when the address is lost.
* pingu: fix bug when storing addrinfo struct to sockaddr_anyNatanael Copa2011-07-291-5/+7
|
* pingu: use sockaddr_anyNatanael Copa2011-07-281-1/+2
| | | | add common sockaddr utility functions
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-1/+9
| | | | | | 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: fix misc bugsNatanael Copa2011-07-071-2/+2
| | | | fix some segfaults and some logic bugs
* pingu_burst: initial implementationNatanael Copa2011-07-071-0/+55