diff options
author | Florin Coras <fcoras@cisco.com> | 2020-04-13 16:48:04 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-04-13 16:58:11 +0000 |
commit | 4fde4ae0363de45d867eb3472e43b89ae34d3bd1 (patch) | |
tree | 82a2fcf27b86872bdb16445ee4d5115e77199666 /src/vnet/session/transport.c | |
parent | c74b43c80789f5e437dfe4cc491157b45a7f222e (diff) |
session: remove ho with fifos support
Type: refactor
UDPC (removed) was the only consumer.
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I2812bf58d3c68fe021ec73acaa1bd00ef3172846
Diffstat (limited to 'src/vnet/session/transport.c')
-rw-r--r-- | src/vnet/session/transport.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vnet/session/transport.c b/src/vnet/session/transport.c index ba6220033c7..d2c65949519 100644 --- a/src/vnet/session/transport.c +++ b/src/vnet/session/transport.c @@ -285,12 +285,6 @@ transport_protocol_get_vft (transport_proto_t transport_proto) return &tp_vfts[transport_proto]; } -u8 -transport_half_open_has_fifos (transport_proto_t tp) -{ - return tp_vfts[tp].transport_options.half_open_has_fifos; -} - transport_service_type_t transport_protocol_service_type (transport_proto_t tp) { |