19 Commits

Author SHA1 Message Date
fe43843a08 add test coverage for discoverInterfaces 2020-08-12 18:55:26 -07:00
3ba6679e67 removed spaces at end of line 2020-04-15 08:17:03 -07:00
32ba2f32d0 avoid deprecated ByteBuffer::getArray()
use identical, but not overloaded, getBuffer()
2019-05-19 14:09:38 -07:00
0d1ba091a2 remove unused, and un-useful, IP address utils 2019-01-12 12:02:25 -08:00
fc037f0a39 drop getBroadcastAddresses()
in favor of discoverInterfaces().

if we have to do NIC discovery ourselves, then at least
avoid mixing our results with the similar, but not identical
results of osiSockDiscoverBroadcastAddresses() from Base.
2018-07-02 14:39:37 -07:00
0161799c93 must zero osiSockAddr prior to use!
RTEMS depends on this or eg. bind()
will fail because comparison with
list of interface addresses is done
with memcmp()!
2017-11-28 17:54:25 -06:00
dcb74b781d be explicit about epics::auto_ptr 2017-11-06 12:46:13 -06:00
27ec187bd4 inetAddressUtil no more new vector
no more allocating vector.
2017-09-02 09:55:15 -05:00
8fdf0d7411 Use lower-case header filenames for MinGW cross-compilation 2016-04-06 10:59:22 -05:00
5279d247ca general indent beautification 2016-03-10 23:36:16 +01:00
91b5cc707d fixed testChannelAccess 2015-12-16 13:52:56 +01:00
0a82f3c60a getSocketAddressList leading spaces handling and tests 2014-11-17 09:56:40 +01:00
79a58e3483 mcast test: timeout for the case where it fails 2014-08-20 16:54:32 +02:00
660d1b5133 more mcast test 2014-08-20 14:44:13 +02:00
124972605a win32 multicasts 2014-08-20 10:12:50 +02:00
b7f545aa06 multicast test added 2014-08-20 00:24:42 +02:00
8862d29ea5 protocol change: searching messages 2014-06-09 11:27:39 +02:00
fe292d90db Fixed compiler warning. 2013-06-12 21:30:22 -05:00
d0c5e1f604 ported GoogleTests to EPICS Test Harness 2013-06-11 09:20:21 +02:00