summaryrefslogtreecommitdiffstats
path: root/UnixDomainSocketServer
Commit message (Collapse)AuthorAgeFilesLines
* tried to manage cmake but failed. also tried to add the del_route() method ↵Niklas2011-09-056-0/+94
| | | | of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...
* just minor changes. deltions of unuseful commentsNiklas2011-09-022-2/+0Star
|
* fix message lossSebastian Schmelzer2011-09-013-6/+17
|
* we tried some fixes for the messge loss problem, but we failed. Sebastian ↵Niklas2011-09-012-4/+4
| | | | will look at the code later. server is now a echo server which sends ack for every received message.
* bigger changes in the checkConnectivity method. using now route command to ↵Niklas2011-09-012-0/+74
delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>