Releases: morph166955/jupnp
Releases · morph166955/jupnp
2.6.0-SNAPSHOT-merge-129-133-135
2.6.0-SNAPSHOT-threadpool-8392ab9
Added one extra thread to the remote threadpool
Configurations are as follows (thread pool sizes are examples):
org.jupnp:asyncThreadPool=false
org.jupnp:mainThreadPool=false
org.jupnp:remoteThreadPool=false
org.jupnp:threadPoolSize=15
org.jupnp:asyncThreadPoolSize=30
org.jupnp:remoteThreadPoolSize=15
org.jupnp:retryAfterSeconds=10
2.6.0-SNAPSHOT-threadpool-d073e87
Initial test release to include option to enable/disable threadpool for JuPnP
Configurations are as follows:
org.jupnp:asyncThreadPool=false
org.jupnp:mainThreadPool=false
These options are NOT dependent on each other. You may configure one and not the other.
Also adds org.jupnp:retryAfterSeconds
2.6.0-SNAPSHOT-PR128-ver1
As submitted to jupnp#128
2.6.0-SNAPSHOT-threadpool-0d57595
2.6.0-SNAPSHOT-retryIterations
Attempt to add iterations to retry.