window: used osiSock to discover broadcast addresses, used more portable types, replaced two instances of variable length stack allocation with std::vector

This commit is contained in:
jrowlandls
2011-09-16 11:54:33 +01:00
parent e54525517c
commit 267d486073
19 changed files with 77 additions and 212 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
#include <pv/pvType.h>
#include <osiSock.h>
#include <epicsThread.h>
#include <logger.h>
#include <iostream>
@@ -160,7 +161,7 @@ void testBlockingTCPSender() {
transport->enqueueSendRequest(dts);
else
break;
sleep(1);
epicsThreadSleep(1.0);
}
} catch(std::exception& e) {
cout<<e.what()<<endl;