diff options
author | Florin Coras <fcoras@cisco.com> | 2019-03-02 10:47:47 -0800 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2019-03-02 15:44:50 -0800 |
commit | 6442401c21f880dbfd25d36859f79ddf54b49178 (patch) | |
tree | 93912b5311f92999e921509af76af8d2ea4fe78c /src/tests/vnet/session/tcp_echo.c | |
parent | a0dbf9e02871a1a4e985f52d23908f9427a2d83a (diff) |
session: remove deprecated binary apis
Change-Id: Ia1a628498fa3b639b6b1508f65c6aea1806f73ec
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/tests/vnet/session/tcp_echo.c')
-rw-r--r-- | src/tests/vnet/session/tcp_echo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/vnet/session/tcp_echo.c b/src/tests/vnet/session/tcp_echo.c index 5249b8d6076..435a414d097 100644 --- a/src/tests/vnet/session/tcp_echo.c +++ b/src/tests/vnet/session/tcp_echo.c @@ -233,7 +233,6 @@ application_send_attach (echo_main_t * em) bmp->context = ntohl (0xfeedface); bmp->options[APP_OPTIONS_FLAGS] = APP_OPTIONS_FLAGS_ACCEPT_REDIRECT; bmp->options[APP_OPTIONS_FLAGS] |= APP_OPTIONS_FLAGS_ADD_SEGMENT; - bmp->options[APP_OPTIONS_FLAGS] |= APP_OPTIONS_FLAGS_USE_MQ_FOR_CTRL_MSGS; bmp->options[APP_OPTIONS_PREALLOC_FIFO_PAIRS] = 16; bmp->options[APP_OPTIONS_RX_FIFO_SIZE] = em->fifo_size; bmp->options[APP_OPTIONS_TX_FIFO_SIZE] = em->fifo_size; |