diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-11-05 23:46:27 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-11-05 23:46:27 +0100 |
commit | 2bf6746fb7100e998afe639eb973ea19101f4407 (patch) | |
tree | 85515e0195a64dd36a0bf15d36a4e393806da303 /src/task.c | |
parent | f7244b9309f5759476284bda62f66769cc40c3b7 (diff) | |
download | fastd-2bf6746fb7100e998afe639eb973ea19101f4407.tar fastd-2bf6746fb7100e998afe639eb973ea19101f4407.zip |
Get rid of some annoyances with peer limits
Remove some debug messages, and don't resolve peers again and again we don't
want to connect to anyways.
Diffstat (limited to 'src/task.c')
-rw-r--r-- | src/task.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -47,8 +47,6 @@ void fastd_task_schedule_handshake(fastd_context *ctx, fastd_peer *peer, int tim return; } - pr_debug(ctx, "scheduling handshake with %P", peer); - fastd_task *task = malloc(sizeof(fastd_task)); task->type = TASK_HANDSHAKE; |