Commit Graph

15 Commits

Author SHA1 Message Date
Michael Davidsaver 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
Michael Davidsaver 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
Michael Davidsaver dcb74b781d be explicit about epics::auto_ptr 2017-11-06 12:46:13 -06:00
Michael Davidsaver 27ec187bd4 inetAddressUtil no more new vector
no more allocating vector.
2017-09-02 09:55:15 -05:00
Andrew Johnson 8fdf0d7411 Use lower-case header filenames for MinGW cross-compilation 2016-04-06 10:59:22 -05:00
Matej Sekoranja 5279d247ca general indent beautification 2016-03-10 23:36:16 +01:00
Matej Sekoranja 91b5cc707d fixed testChannelAccess 2015-12-16 13:52:56 +01:00
Matej Sekoranja 0a82f3c60a getSocketAddressList leading spaces handling and tests 2014-11-17 09:56:40 +01:00
Matej Sekoranja 79a58e3483 mcast test: timeout for the case where it fails 2014-08-20 16:54:32 +02:00
Matej Sekoranja 660d1b5133 more mcast test 2014-08-20 14:44:13 +02:00
Matej Sekoranja 124972605a win32 multicasts 2014-08-20 10:12:50 +02:00
Matej Sekoranja b7f545aa06 multicast test added 2014-08-20 00:24:42 +02:00
Matej Sekoranja 8862d29ea5 protocol change: searching messages 2014-06-09 11:27:39 +02:00
Andrew Johnson fe292d90db Fixed compiler warning. 2013-06-12 21:30:22 -05:00
Matej Sekoranja d0c5e1f604 ported GoogleTests to EPICS Test Harness 2013-06-11 09:20:21 +02:00