summaryrefslogtreecommitdiffstats
path: root/tests/DiagTalker.java
Commit message (Collapse)AuthorAgeFilesLines
* improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-0/+43
imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.