[ http://issues.apache.org/jira/browse/DIRMINA-2?page=comments#action_12358674 ]
Niklas Therning commented on DIRMINA-2: --------------------------------------- Traffic control has now been implemented for all transports and has been checked in to trunk. As far as I can see this issue can now be closed. NOTE: Traffic control for server side datagram sessions (originating from a DatagramAcceptor) will never happen since a new session is always created when new data is received. However, traffic control for sessions created using the DatagramConnector has been implemented. > Traffic control > --------------- > > Key: DIRMINA-2 > URL: http://issues.apache.org/jira/browse/DIRMINA-2 > Project: Directory MINA > Type: New Feature > Versions: 0.7, 0.8 > Reporter: Trustin Lee > Assignee: Trustin Lee > Priority: Minor > Fix For: 0.9.1 > Attachments: traffic-control.diff > > IoSession should have some traffic control methods to throttle traffic. > * IoSession.setTrafficMask( TrafficMask ); > TrafficMask is an enumeration type consisted of > * NONE > * READ > * WRITE > * ALL -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
