Name
yw_conn_send -- send packet to peer
Synopsis
void yw_conn_send
(YwConnection *conn,
YwPacket *pkt);
DESCRIPTION
This function sends packet specified in pkt to peer along
conn. This is done without any interaction with queued
packets. I.e. you can queue packets 2, 3, send packet 1, and
queue 4, and peer will get packet 1 first, and packets 2, 3, 4
at once, after flush on your side.
SEE ALSO
yw_conn_queue
(3),
yw_conn_send_and_free
(3),
INFO
Generated from: send.c,v 1.8 2001/05/05 11:36:18 dobrek Exp.