Data Fields | |
| enum qrt_update_magic | magic |
| gnutella_node * | node |
| Node for which we're sending. | |
| routing_patch * | patch |
| The patch to send. | |
| gint | seqno |
| Sequence number of next message (1..n). | |
| gint | seqsize |
| Total amount of messages to send. | |
| gint | offset |
| Offset within patch. | |
| gpointer | compress |
| Compressing task (NULL = done). | |
| gpointer | listener |
| Listener for default patch being ready. | |
| gint | chunksize |
| Amount to send within each PATCH. | |
| time_t | last |
| Time at which we sent the last batch. | |
| gint | last_sent |
| Amount sent during last batch. | |
| gboolean | ready |
| Ready for sending? | |
| gboolean | reset_needed |
| Is the initial RESET needed? | |
| gboolean | empty_patch |
| Was patch empty? | |
|
|
Amount to send within each PATCH.
|
|
|
Compressing task (NULL = done).
|
|
|
Was patch empty?
|
|
|
Time at which we sent the last batch.
|
|
|
Amount sent during last batch.
|
|
|
Listener for default patch being ready.
|
|
|
|
|
|
Node for which we're sending.
|
|
|
Offset within patch.
|
|
|
The patch to send.
|
|
|
Ready for sending?
|
|
|
Is the initial RESET needed?
|
|
|
Sequence number of next message (1..n).
|
|
|
Total amount of messages to send.
|
1.3.6