yw_conn_queue_flush

Name

yw_conn_queue_flush -- flush (send) queued packets

Synopsis


     #include <yw/sock.h>
   

void yw_conn_queue_flush(YwConnection *conn);

DESCRIPTION

This function sends queued packets to peer along conn.

SEE ALSO

yw_conn_queue (3), yw_conn_send (3),

INFO

Generated from: send.c,v 1.8 2001/05/05 11:36:18 dobrek Exp.