1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-12 23:56:34 +01:00

update DHTnodes, fix comment

This commit is contained in:
Jfreegman
2014-12-05 20:26:10 -05:00
parent ab2ea5936d
commit 73c94b25ba
3 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
#define FILE_PIECE_SIZE 2048 /* must be >= (MAX_CRYPTO_DATA_SIZE - 2) in toxcore/net_crypto.h */
#define MAX_FILES 32
#define TIMEOUT_FILESENDER 120
#define NUM_PROG_MARKS 50 /* number of "#"'s in file transfer progress bar. Keep well below MAX_STR_SIZE */
typedef struct {
FILE *file;