diff options
author | Andy Jury | 2018-02-07 21:59:25 +0000 |
---|---|---|
committer | Andy Jury | 2018-02-07 21:59:25 +0000 |
commit | 8507a8a82c12544aee8f68b6b7b5917a6bde1932 (patch) | |
tree | c7245aaf37c8f37cceda4f8d72d99aca89b2b3a2 | |
parent | 31b120a59c3e74cb549549824325025a299a2f0f (diff) | |
parent | cf4a02d4a1aa7f38aa290d5ed2360a1a5afd0e06 (diff) | |
download | org.eclipse.ote-sprint124.tar.gz org.eclipse.ote-sprint124.tar.xz org.eclipse.ote-sprint124.zip |
Merge branch 'sprint117'OTE_MINIBUILD_126OTE_MINIBUILD_125OTE_MINIBUILD_124OTE_MINIBUILD_123OTE_MINIBUILD_122OTE_MINIBUILD_121OTE_MINIBUILD_120OTE_MINIBUILD_119OTE_MINIBUILD_118OTE_MINIBUILD_117OTE_05_23_2018OTE_04_27_2018OTE_04_13_2018OTE_03_06_2018OTE_0.23.1sprint126sprint125sprint124sprint123sprint122sprint121sprint120sprint119sprint118
-rw-r--r-- | org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java index cacffae5d..795ac9bd6 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java @@ -6,7 +6,7 @@ import java.util.List; public final class BasicDatagramChannelDataFactory implements DatagramChannelDataFactory { - public static int DatagramByteBufferSize = 64000; + public static int DatagramByteBufferSize = 61248; public BasicDatagramChannelDataFactory() { } |