set TOS for redis streams

pull/403/head
Claudiu Boriga 8 years ago
parent fade693a1c
commit ca622b40ef

@ -1067,8 +1067,8 @@ static int redis_sfds(struct call *c, struct redis_list *sfds) {
sock = g_queue_pop_head(&q);
if (!sock)
goto err;
set_tos(sock, c->tos);
sfd = stream_fd_new(sock, c, loc);
// XXX tos
sfds->ptrs[i] = sfd;
}

Loading…
Cancel
Save