- Timestamp:
- 2008-05-06T00:20:11Z (16 years ago)
- Branches:
- master
- Children:
- 44961cb
- Parents:
- 29c1456
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dcc.h
r29c1456 rd56ee38 47 47 #define DCC_PACKET_SIZE 1024 48 48 49 /* Time in seconds that a DCC transfer can be stalled before being aborted. 50 * By handling this here individual protocols don't have to think about this. */ 51 #define DCC_MAX_STALL 120 52 49 53 typedef struct dcc_file_transfer { 50 54 … … 64 68 gint watch_out; /* writable */ 65 69 70 /* the progress watcher cancels any file transfer if nothing happens within DCC_MAX_STALL */ 71 gint progress_timeout; 72 size_t progress_bytes_last; 73 66 74 /* 67 75 * The total amount of bytes that have been sent to the irc client.
Note: See TracChangeset
for help on using the changeset viewer.