Project

General

Profile

Actions

Bug #395

open

More possible timeout problems in the networking module...

Added by Jörg Riesmeier over 13 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Library and Apps
Target version:
-
Start date:
Due date:
% Done:

30%

Estimated time:
Module:
dcmnet
Operating System:
Compiler:


Related issues 1 (1 open0 closed)

Related to DCMTK - Bug #862: DIMSE_findUser() does not properly handle DIMSE_NONBLOCKINGNew2018-12-10

Actions
Actions #1

Updated by Jörg Riesmeier over 13 years ago

  • Target version set to 3.6.2
Actions #2

Updated by Uli Schlachter over 12 years ago

Actions #3

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...
Actions #4

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

Actions #5

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.

Actions #6

Updated by Jörg Riesmeier over 11 years ago

  • % Done changed from 0 to 10
Actions #7

Updated by Jörg Riesmeier over 8 years ago

  • Description updated (diff)
  • % Done changed from 10 to 30
Actions #8

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
Actions #9

Updated by Marco Eichelberg over 7 years ago

  • Target version changed from 3.6.3 to 3.6.6
Actions #10

Updated by Jörg Riesmeier over 6 years ago

  • Related to Bug #862: DIMSE_findUser() does not properly handle DIMSE_NONBLOCKING added
Actions #11

Updated by Michael Onken over 5 years ago

  • Target version deleted (3.6.6)
Actions

Also available in: Atom PDF