This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 8fc593138e241cf03dce7c8f8de273e5b0765e8f (HEAD -> refs/heads/babel) | |
Author: Nils Schneider <[email protected]> | |
Date: Fri Apr 15 16:24:09 2016 +0200 | |
uradvd: set AdvDefaultLifetime to 900 | |
diff --git a/net/uradvd/src/uradvd.c b/net/uradvd/src/uradvd.c | |
index 6ea1b1c..b12b2cc 100644 | |
--- a/net/uradvd/src/uradvd.c | |
+++ b/net/uradvd/src/uradvd.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bool babeld_handle_in(struct context *ctx, int fd) { | |
size_t old_len = ctx->babeld_buffer == NULL ? 0 : strlen(ctx->babeld_buffer); | |
size_t new_len = old_len + CHUNKSIZE + 1; | |
ctx->babeld_buffer = realloc(ctx->babeld_buffer, new_len); | |
if (ctx->babeld_buffer == NULL) | |
exit_errno("Cannot allocate buffer"); | |
ssize_t len = read(fd, ctx->babeld_buffer + old_len, CHUNKSIZE); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beamer 86400 IN A 172.23.208.3 | |
case 86400 IN A 172.23.208.30 | |
icebox 86400 IN CNAME icebox01 | |
icebox01 600 IN A 172.23.208.37 | |
icebox01 600 IN AAAA ::ffff:ac17:d025 | |
padlock 3600 IN A 82.139.255.242 | |
shell 86400 IN CNAME shell01 | |
shell01 86400 IN A 172.23.208.31 | |
farm 3600 IN A 82.139.255.243 | |
farm 3600 IN AAAA 2a01:170:1112:0::f |
OlderNewer