summaryrefslogtreecommitdiffstats
path: root/UnixDomainSocketServer/server.c
Commit message (Collapse)AuthorAgeFilesLines
* just minor changes. deltions of unuseful commentsNiklas2011-09-021-2/+0Star
|
* fix message lossSebastian Schmelzer2011-09-011-6/+12
|
* we tried some fixes for the messge loss problem, but we failed. Sebastian ↵Niklas2011-09-011-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-011-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>