Home | History | Annotate | Download | only in sctp

Lines Matching defs:send_size

266     int send_size = usrsctp_sysctl_get_sctp_sendspace();
267 if (send_size != kSendBufferSize) {
268 LOG(LS_ERROR) << "Got different send size than expected: " << send_size;