Bug 51831

Summary: Cannot disable UDP server or change the maximum UDP port
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-09-15 22:49:41 UTC
The JMeter startup class defines static fields UDP_PORT and UDP_PORT_MAX with default values.

However, JMeter properties have not been initialised when the class loads, so it is not possible to override the defaults.

The fields need to be calculated at runtime, after properties have been established.
Comment 1 Sebb 2011-09-15 23:07:38 UTC
URL: http://svn.apache.org/viewvc?rev=1171313&view=rev
Log:
Bug 51831 - Cannot disable UDP server or change the maximum UDP port
Also failed to check max port initially

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:46 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2543