예제 #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;
 }