replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there were no checks if the buffer was sent completely with net_transmit

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3947 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2005-08-24 19:25:47 +00:00 committed by vb
commit bc91469cf7
3 changed files with 28 additions and 18 deletions

View file

@ -21,9 +21,8 @@ typedef struct {
LINEBUF_REC *buffer;
char *nick, *host;
GIOChannel *handle;
int tag;
NET_SENDBUF_REC *handle;
int recv_tag;
char *proxy_address;
LISTEN_REC *listen;
IRC_SERVER_REC *server;