Jeff Hill
a4e5e540a9
added \n to printf diagnostic
2009-08-25 15:45:20 +00:00
Jeff Hill
33911cd0af
improved failure diagnostic
2009-08-25 14:50:11 +00:00
Jeff Hill
4921187178
use verify instead of assert
2009-08-24 17:04:40 +00:00
Jeff Hill
794811b95a
exp passed to assert must not change the state of the data structures
2009-08-24 17:03:17 +00:00
Jeff Hill
aa904449c0
we dont need tocheck the return from new with assert
2009-08-24 17:01:21 +00:00
Jeff Hill
8c2278784c
fixed mantis 361
2009-08-21 00:53:55 +00:00
Jeff Hill
1fba8dd866
improved fdManagerVerify progress diagnostics
2009-08-20 22:29:53 +00:00
Jeff Hill
782ff1b303
improved create channel unexpected exception diagnostic
2009-08-14 19:12:50 +00:00
Jeff Hill
2fb6b2100f
improved test diagnostic
2009-08-14 17:44:33 +00:00
Jeff Hill
0012042a5e
accomodate archaic vxWorks gnu compiler
2009-08-14 17:31:34 +00:00
Jeff Hill
e0d16659e1
improved TCP circuit creation failure exception diagnostics
2009-08-14 16:57:48 +00:00
Jeff Hill
8303cf053b
improved VC creation failure exception diagnostics
2009-08-14 16:56:31 +00:00
Jeff Hill
0fdda3f794
back out prev change
2009-08-14 00:29:56 +00:00
Jeff Hill
b344841365
fixed the following issues with detection of flow control mode
...
o the flow control contig frame thresh should be based on max array size
o it appears that the wakeup mechanism for the send thread, who sends
the flow control on/off messages was broken
o looking at full buffers isnt a perfect detection scheme compared to
the simpler approach of just checking to see if bytes are pending in
the socket before calling recv
2009-08-13 23:29:02 +00:00
Jeff Hill
b867dabad0
cache the client ctx ref prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:46:47 +00:00
Jeff Hill
0cea525682
destroy putCallback prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:44:30 +00:00
Jeff Hill
2df7da052a
destroy getCallback prior to calling callback in case they delete the
...
channel in the callback
2009-08-13 22:43:21 +00:00
Jeff Hill
59b820d2f5
added missing epicsShareExtern
2009-08-13 22:42:05 +00:00
Jeff Hill
3fda8dc2b0
added test failure diagnostic
2009-08-13 22:40:02 +00:00
Jeff Hill
44a6e9a005
added SEVCHK string
2009-08-12 00:37:10 +00:00
Jeff Hill
57c9f9344f
improved show function
2009-08-10 21:51:07 +00:00
Jeff Hill
7a49a17d1b
removed unused template instantiation
2009-08-04 23:32:32 +00:00
Andrew Johnson
c035566d7d
Use compile-time assertions, from Micheal Davidsaver.
2009-08-04 19:10:30 +00:00
Jeff Hill
72dbaa8a0f
auto-adjust iterations for payload size
2009-07-31 23:26:16 +00:00
Jeff Hill
458689a252
fixed formating
2009-07-31 22:12:32 +00:00
Jeff Hill
0daf347ef3
fixed incorrect Mbps calc based on rounded payload size
2009-07-31 22:01:53 +00:00
Jeff Hill
e32d8d77dc
fixed gnu compiler issues
2009-07-31 21:43:03 +00:00
Jeff Hill
ffe7823c22
report send and recv Mbps independently to better understand fullduplex ethernet bw
2009-07-31 21:23:26 +00:00
Jeff Hill
913f724ebf
fix for mantis 357
2009-07-31 19:47:46 +00:00
Jeff Hill
001b947702
added more excas options
2009-07-30 23:09:54 +00:00
Jeff Hill
c0d4317ade
fixed broken test
2009-07-30 23:08:34 +00:00
Jeff Hill
4ade695a60
upgraded to properly test array performance
2009-07-23 23:59:04 +00:00
Jeff Hill
0abb615d3a
improved tests
2009-07-18 03:54:16 +00:00
Jeff Hill
02281f4d19
improved tests
2009-07-18 02:42:05 +00:00
Jeff Hill
f936104e47
improved tests
2009-07-18 02:33:42 +00:00
Jeff Hill
9f51464ea1
improved tests
2009-07-18 00:30:17 +00:00
Jeff Hill
f78b00d798
improved tests
2009-07-18 00:28:08 +00:00
Jeff Hill
b6a22aa844
removed optimization which could make the ca client library
...
vulnerable if the following function indicates recv bytes are pending but
recv blocks anyways.
osiSockIoctl_t bytesPending = 0;
int status = socket_ioctl ( this->sock, FIONREAD, & bytesPending );
2009-07-17 21:33:18 +00:00
Jeff Hill
d01e54bd34
documented excas
2009-07-14 22:41:23 +00:00
Jeff Hill
5c6975b24d
improved tests
2009-07-14 22:41:08 +00:00
Jeff Hill
d7ae0fbce6
made lib more robust if server sends duplicate connect channel response
2009-07-14 22:39:41 +00:00
Jeff Hill
7d2be4f947
added comment
2009-07-14 22:37:41 +00:00
Jeff Hill
8655ea9e2a
doc for excas
2009-07-09 18:43:17 +00:00
Andrew Johnson
039648824c
Remove redundant macro definitions already defined in dbDefs.h
...
(M. Davidsaver)
2009-07-09 17:06:45 +00:00
Andrew Johnson
4e0ab97038
(M. Davidsaver): static keyword is part of C89,
...
remove all uses and internal definitions of LOCAL macro
2009-07-09 16:37:24 +00:00
Jeff Hill
3e782f0220
test for mantis 285
2009-07-08 23:29:51 +00:00
Jeff Hill
7b52eaac73
test for mantis 346
2009-07-08 22:08:00 +00:00
Jeff Hill
42957877d9
fix for mantis 346
2009-07-08 21:43:38 +00:00
Jeff Hill
16f839ac12
regression test for mantis 284
2009-07-08 18:00:19 +00:00
Jeff Hill
cba3d9673d
fix for mantis 284
2009-07-08 18:00:03 +00:00