Srivats P.
|
470d390658
|
fix gcc warnings
|
2014-07-06 18:36:01 +05:30 |
|
Srivats P.
|
42a23b12ed
|
Added a Error Msg Type to underlying RPC infra; RPC service now returns error for add/modify/delete stream if transmit is running; added prints for start/stop transmit/capture NOP cases; added a rpctest.py script
|
2014-06-29 20:07:01 +05:30 |
|
Srivats P.
|
f7c3c06845
|
Converted some static vars in RpcConnection:on_clientSock_dataAvail() into member vars to avoid contention across connections; fixed condition which causes a portgroup to never query for stats (it assumes a GetStats is already outstanding) caused by a timing condition (repeated connect/disconnect); improved debug output for RPCs on both client and server side
|
2014-05-19 18:26:20 +05:30 |
|
Srivats P.
|
1a6b23e31d
|
Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems.
|
2014-05-17 10:12:29 +05:30 |
|