예제 #1
0
 public PeerBandwidth(int acknowledgementWindowSize, BandwidthLimitType limitType)
     : this()
 {
     AcknowledgementWindowSize = acknowledgementWindowSize;
     LimitType = limitType;
 }
예제 #2
0
 public PeerBandwidth(int acknowledgementWindowSize, BandwidthLimitType limitType) : this()
 {
     AcknowledgementWindowSize = acknowledgementWindowSize;
     LimitType = limitType;
 }