Skip to content

Commit 3640c86

Browse files
committed
Add conn in tcp_poll's list in case ARP resolution is pending
1 parent fd0689e commit 3640c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tas/slow/tcp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ int tcp_open(struct app_context *ctx, uint64_t opaque, uint32_t remote_ip,
198198
} else {
199199
CONN_DEBUG0(conn, "routing_resolve pending\n");
200200
conn_register(conn);
201+
nbqueue_enq(&conn_async_q, &conn->comp.el);
201202
ret = 0;
202203
}
203204

0 commit comments

Comments
 (0)