107
105
* We only write if there's nothing in the buffer,
108
106
* ottherwise it'll arrive out of order, and hence corrupt
111
109
ret = send(so->s, m->m_data, m->m_len, 0);
116
114
* It's possible that the socket has closed, but
117
115
* we don't need to check because if it has closed,