tcp: Allow accepting session to send custom packet 96/33496/2
authorliuyacan <liuyacan@corp.netease.com>
Mon, 16 Aug 2021 02:51:13 +0000 (10:51 +0800)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 30 Aug 2021 13:55:55 +0000 (13:55 +0000)
commit1b6b09bb514831050b23397c078933c2ace3ff36
tree39b6befa9bc9af7f03302c37d3af6f44636a4709
parent7da9b5be41395cc6355f9cf278106aae7fd9f991
tcp: Allow accepting session to send custom packet

Tcp may want to send acks in established, but the app
has not called accept() yet.

Type: improvement

Signed-off-by: liuyacan <liuyacan@corp.netease.com>
Change-Id: I43b8cd386e533ca95c8ec260a0a1f695ea140358
src/vnet/session/session_node.c