WSAIoctl SIO_GET_INTERFACE_LIST failed in Windows
Bug #1606848 reported by
Helge Brands
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
Fix Released
|
Undecided
|
Andrew Johnson | ||
3.14 |
Fix Released
|
Undecided
|
Unassigned | ||
3.15 |
Fix Released
|
Undecided
|
Unassigned | ||
3.16 |
Fix Released
|
Undecided
|
Andrew Johnson |
Bug Description
During iocInit and other epics executables in windows where the function "osiLocalAddr" or "osiSockDiscove
WSAIoctl SIO_GET_
When the computer have more then 10 active network ports.
The reason for this is the constant in both functions:
nelem = 10; "src/libCom/
I would set the number of interfaces to a higher number like 100 or check for this error and increase the memory.
Related branches
Changed in epics-base: | |
assignee: | nobody → Andrew Johnson (anj) |
To post a comment you must log in.
nelm will be 100 in future releases, thanks!