Name
yw_conn_queue_and_free -- queue and free packet to send it to peer later
Synopsis
void yw_conn_queue_and_free
(YwConnection *conn,
YwPacket *pkt);
DESCRIPTION
This function does exactly the same as yw_conn_queue(3), but after packet
is queued, it's released using yw_packet_free(3) function.
SEE ALSO
yw_conn_queue
(3),
yw_conn_queue_flush
(3),
yw_conn_send_and_free
(3),
INFO
Generated from: send.c,v 1.8 2001/05/05 11:36:18 dobrek Exp.