Revision e1c5a2b3 slirp/sbuf.c

b/slirp/sbuf.c
108 108
	 * ottherwise it'll arrive out of order, and hence corrupt
109 109
	 */
110 110
	if (!so->so_rcv.sb_cc)
111
	   ret = send(so->s, m->m_data, m->m_len, 0);
111
	   ret = slirp_send(so, m->m_data, m->m_len, 0);
112 112

  
113 113
	if (ret <= 0) {
114 114
		/*

Also available in: Unified diff