We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa554f commit 3d330d1Copy full SHA for 3d330d1
README.md
@@ -102,6 +102,11 @@ Large changes in the number of active UDP sockets on the system will cause one-t
102
103
## Change log
104
105
+### 1.0.4
106
+
107
+ * Bugfixes to file handling routine
108
+ * Report UDP socket transmit buffer depth
109
110
### 1.0.3
111
112
* Bugfixes to file handling routines
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
testCompile "junit:junit:4.11"
31
}
32
33
-version = new Version(major: 1, minor: 0, revision: 3)
+version = new Version(major: 1, minor: 0, revision: 4)
34
35
sourceSets {
36
main {
0 commit comments