티스토리 뷰

Netty Server개발중 1024byte이상의 데이터를 전송이 안되는 현상이 있어 자료를 

찾아보았습니다. 아래와 같이 버퍼사이즈를 조절해주면 간단히 해결이 됩니다.

bootstrap.setOption("child.receiveBufferSizePredictor", new AdaptiveReceiveBufferSizePredictor(2097152,5242880,10485760));


.by rocksea

'Developer' 카테고리의 다른 글

[jQuery] event로 화면제어  (0) 2013.01.23
[ SelectKey ] select와 insert 다중처리.  (0) 2013.01.18
[svn] SSL Handshaking failed.  (0) 2013.01.14
java server framework netty  (0) 2013.01.07
ubuntu에서 windows remote desktop 접속.  (0) 2013.01.03
댓글