Home | History | Annotate | Download | only in src

Lines Matching refs:nsent

459             int nsent = send(ctxt->fd, xmt_ptr + total_sent,
462 if (nsent > 0)
463 total_sent += nsent;
464 else if ((nsent == -1) &&