Searched refs:sendUdpBufferSize (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java346 protected int sendUdpBufferSize; field in class:SIPTransactionStack
2436 return sendUdpBufferSize;
2445 public void setSendUdpBufferSize(int sendUdpBufferSize) { argument
2446 this.sendUdpBufferSize = sendUdpBufferSize;

Completed in 43 milliseconds