libpurple/protocols/qq/send_file.c

changeset 27525
579b9d64b364
parent 25119
d78a152554c4
child 27797
10f6bc89044b
equal deleted inserted replaced
27524:5f7b7893e096 27525:579b9d64b364
150 PurpleConnection *gc = purple_account_get_connection(account); 150 PurpleConnection *gc = purple_account_get_connection(account);
151 guint8 *buf; 151 guint8 *buf;
152 gint size; 152 gint size;
153 /* FIXME: It seems that the transfer never use a packet 153 /* FIXME: It seems that the transfer never use a packet
154 * larger than 1500 bytes, so if it happened to be a 154 * larger than 1500 bytes, so if it happened to be a
155 * larger packet, either error occured or protocol should 155 * larger packet, either error occurred or protocol should
156 * be modified 156 * be modified
157 */ 157 */
158 ft_info *info; 158 ft_info *info;
159 info = xfer->data; 159 info = xfer->data;
160 g_return_if_fail (source == info->recv_fd); 160 g_return_if_fail (source == info->recv_fd);

mercurial