[med-svn] r20314 - trunk/packages/dcmtk/trunk/debian/patches

Gert Wollny gert-guest at moszumanska.debian.org
Wed Oct 28 21:20:05 UTC 2015


Author: gert-guest
Date: 2015-10-28 21:20:04 +0000 (Wed, 28 Oct 2015)
New Revision: 20314

Added:
   trunk/packages/dcmtk/trunk/debian/patches/performance.patch
Log:
revert clobbered patch directory (3) 

Added: trunk/packages/dcmtk/trunk/debian/patches/performance.patch
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/performance.patch	                        (rev 0)
+++ trunk/packages/dcmtk/trunk/debian/patches/performance.patch	2015-10-28 21:20:04 UTC (rev 20314)
@@ -0,0 +1,28 @@
+Author: Sebastien Jodogne <s.jodogne at chu.ulg.ac.be>
+Last-Update: Fri, 15 May 2015 16:39:01 UTC
+Bug-Debian: http://bugs.debian.org/785400
+Forwarded-Upstream: yes
+Description: Fix a DCMTK performance problem
+
+--- a/dcmnet/libsrc/dul.cc
++++ b/dcmnet/libsrc/dul.cc
+@@ -1833,7 +1833,7 @@ receiveTransportConnectionTCP(PRIVATE_NE
+         return makeDcmnetCondition(DULC_TCPINITERROR, OF_error, msg.c_str());
+     }
+ #endif
+-    setTCPBufferLength(sock);
++    //setTCPBufferLength(sock);
+ 
+ #ifndef DONT_DISABLE_NAGLE_ALGORITHM
+     /*
+--- a/dcmnet/libsrc/dulfsm.cc
++++ b/dcmnet/libsrc/dulfsm.cc
+@@ -2421,7 +2421,7 @@ requestAssociationTCP(PRIVATE_NETWORKKEY
+           return makeDcmnetCondition(DULC_TCPINITERROR, OF_error, msg.c_str());
+         }
+ #endif
+-        setTCPBufferLength(s);
++        //setTCPBufferLength(s);
+ 
+ #ifndef DONT_DISABLE_NAGLE_ALGORITHM
+         /*




More information about the debian-med-commit mailing list