I think its best to use the defaults, but if you know what youre doing with
these TCP/IP settings... be our guest. :)
You may also want to see what other MINA users are saying on their wiki.
Paul
On 3/11/07, Dan Rossi <[EMAIL PROTECTED]> wrote:
Hi, ive still had not much response about it but checking the config
files ive found this, could tweaking these settings help us out at all ?
I see the bottom section is commented out.
<bean class="org.apache.mina.transport.socket.nio.SocketAcceptor"
init-method="bind" destroy-method="unbind">
<!-- RTMP -->
<constructor-arg value="${rtmp.threadcount}" />
<constructor-arg><ref bean="threadExecutor"/></constructor-arg>
<property name="localAddress" value="${rtmp.host_port}" />
<property name="handler" ref="rtmpMinaIoHandler" />
<property name="sessionConfig">
<bean
class="org.apache.mina.transport.socket.nio.DefaultSocketSessionConfig">
<property name="reuseAddress" value="true" />
<!--
<property name="tcpNoDelay" value="true"/>
<property name="sendBufferSize" value="1024"/>
<property name="receiveBufferSize" value="1024"/>
<property name="soLinger" value="10"/>
<property name="oobInline" value="false"/>
<property name="keepAlive" value="true"/>
-->
</bean>
</property>
</bean>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
The early bird may get the worm, but the second mouse gets the cheese.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org