#include <uploads.h>
Data Fields | |
gnet_upload_t | upload_handle |
gchar * | name |
Name of requested file (converted to UTF-8). | |
host_addr_t | addr |
remote IP address | |
filesize_t | file_size |
Size of requested file. | |
filesize_t | range_start |
First byte to send, inclusive. | |
filesize_t | range_end |
Last byte to send, inclusive. | |
time_t | start_date |
gchar * | user_agent |
Remote user agent (converted to UTF-8). | |
gint | country |
Contry of origin. | |
gboolean | push |
Whether we're pushing or not. | |
gboolean | partial |
Whether it's a partial file. | |
gboolean | encrypted |
Whether the connection is (TLS) encrypted. |
|
remote IP address
|
|
Contry of origin.
|
|
Whether the connection is (TLS) encrypted.
|
|
Size of requested file.
|
|
Name of requested file (converted to UTF-8).
|
|
Whether it's a partial file.
|
|
Whether we're pushing or not.
|
|
Last byte to send, inclusive.
|
|
First byte to send, inclusive.
|
|
|
|
|
|
Remote user agent (converted to UTF-8).
|