[ http://issues.apache.org/jira/browse/DIRMINA-2?page=comments#action_12358680 ]
Trustin Lee commented on DIRMINA-2: ----------------------------------- Do you think we need to support the traffic control for server side datagram sessions? I don't see any working solution for this problem. If we cannot support the traffic control for server side daragrams, should we throw an UnsupportedOperationException, or just ignore the request silently? > 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 > 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
