mirror of https://github.com/getdnsapi/getdns.git
s/recieve/receive/
This commit is contained in:
parent
a34e4338ce
commit
e00100b388
|
@ -362,7 +362,7 @@ process_keepalive(
|
||||||
/* Use server sent value unless the client specified a shorter one.
|
/* Use server sent value unless the client specified a shorter one.
|
||||||
Convert to ms first (wire value has units of 100ms) */
|
Convert to ms first (wire value has units of 100ms) */
|
||||||
uint64_t server_keepalive = ((uint64_t)gldns_read_uint16(position))*100;
|
uint64_t server_keepalive = ((uint64_t)gldns_read_uint16(position))*100;
|
||||||
DEBUG_STUB("%s %-35s: FD: %d Server Keepalive recieved: %d ms\n",
|
DEBUG_STUB("%s %-35s: FD: %d Server Keepalive received: %d ms\n",
|
||||||
STUB_DEBUG_READ, __FUNC__, upstream->fd,
|
STUB_DEBUG_READ, __FUNC__, upstream->fd,
|
||||||
(int)server_keepalive);
|
(int)server_keepalive);
|
||||||
if (netreq->owner->context->idle_timeout < server_keepalive)
|
if (netreq->owner->context->idle_timeout < server_keepalive)
|
||||||
|
|
|
@ -529,7 +529,7 @@ getdns_transport_suite(void) {
|
||||||
|
|
||||||
/* Note that the exact number of messages received depends on if a trust
|
/* Note that the exact number of messages received depends on if a trust
|
||||||
* anchor is configured so these tests just check that no messages are
|
* anchor is configured so these tests just check that no messages are
|
||||||
* received on the wrong transport and at least one is recieved on the
|
* received on the wrong transport and at least one is received on the
|
||||||
* expected transport */
|
* expected transport */
|
||||||
|
|
||||||
/* Positive test cases */
|
/* Positive test cases */
|
||||||
|
|
Loading…
Reference in New Issue