disable TCP support for now

This commit is contained in:
Thomas Kriechbaumer 2016-11-20 23:21:45 +01:00
parent 5dfc199086
commit d3bd04dec0

View File

@ -30,9 +30,10 @@ class TestState:
if f not in self.flows:
self.flows.append(f)
def tcp_start(self, f):
if f not in self.flows:
self.flows.append(f)
# TODO: add TCP support?
# def tcp_start(self, f):
# if f not in self.flows:
# self.flows.append(f)
# FIXME: compat with old state - remove in favor of len(state.flows)
def flow_count(self):