[Beepcore-java-users] Changing Channel Buffer Size
Status: Beta
Brought to you by:
huston
|
From: Harsh D. <hda...@io...> - 2002-10-29 02:19:40
|
I'm trying to set a Channel's receive buffer size using Channel::setReceiveBufferSize(8096); in startChannel() method of my profile which implements StartChannelListener. The attempt results in following exception: java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at org.beepcore.beep.transport.tcp.TCPSession.processNextFrame (TCPSession.java:434) at org.beepcore.beep.transport.tcp.TCPSession.access$000 (TCPSession.java:55) at org.beepcore.beep.transport.tcp.TCPSession$1.run (TCPSession.java:230) Are there any pre-conditions for using this method. I'm using 9.07 version of framework. Regards, Harsh -- Harsh Daharwal IOS Networks Inc. http://www.iosnetworks.com |