示例#1
0
文件: SCTPStream.cs 项目: sgf/SCTP
 /**
  * note that behaviours must be stateless - since they can be swapped out
  * when we finally get the 'open'
  *
  * @param behave
  */
 internal void setBehave(SCTPStreamBehaviour behave)
 {
     _behave = behave;
 }