Bug #395
openMore possible timeout problems in the networking module...
30%
Description
http://forum.dcmtk.org/viewtopic.php?t=3248 - solved?
And one more here from 'storescu': http://forum.dcmtk.org/viewtopic.php?t=3295
And one with ''echoscu'': http://forum.dcmtk.org/viewtopic.php?p=13031&highlight=#13031
Updated by Uli Schlachter over 12 years ago
Noch mehr Timeout-Probleme: http://forum.dcmtk.org/viewtopic.php?f=1&t=3652
Updated by Andrew Chiw over 12 years ago
- Subject changed from Mal wieder mögliche timeout-Probleme im Netzwerkmodul ... to More possible timeout problems in the networking module...
Updated by Jörg Riesmeier almost 12 years ago
- Category set to Library and Apps
Here's another (possible) issue: http://forum.dcmtk.org/viewtopic.php?f=1&t=3822
Updated by Michael Onken over 11 years ago
And one more (-to option does not work): http://forum.dcmtk.org/viewtopic.php?f=1&t=3902
It seems to me that in dulfsm.cc the timeout struct handed to the select() function must be set to NULL in this code:
struct timeval timeout;
timeout.tv_sec = connectTimeout;
timeout.tv_usec = 0;
rc = select(s+1, NULL, &fdSet, NULL, &timeout);
See for example MSDN documentation: http://msdn.microsoft.com/en-us/library/windows/desktop/ms740141(v=vs.85).aspx
Maybe further code has to be modified.
Updated by Jörg Riesmeier over 8 years ago
- Description updated (diff)
- % Done changed from 10 to 30
Updated by Marco Eichelberg over 8 years ago
- Priority changed from High to Normal
- Target version changed from 3.6.2 to 3.6.3
Updated by Marco Eichelberg over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Updated by Jörg Riesmeier over 6 years ago
- Related to Bug #862: DIMSE_findUser() does not properly handle DIMSE_NONBLOCKING added