Cleanup framing mechanisms
[controller.git] / opendaylight / netconf / netconf-util / src / main / java / org / opendaylight / controller / netconf / util / messages / NetconfMessageConstants.java
index 0d83a72bd39b9f8e7fecdd7d9eb39d87f18ed6ef..1a08f9063fdad0d526c483e10d0a83cce3acbb62 100644 (file)
@@ -16,8 +16,6 @@ public class NetconfMessageConstants {
 
     public static final byte[] endOfChunk = "\n##\n".getBytes(Charsets.UTF_8);
 
-    public static final int MAX_CHUNK_SIZE = 1024; // bytes
-
     public static final int MIN_HEADER_LENGTH = 4; // bytes
 
     public static final int MAX_HEADER_LENGTH = 13; // bytes