MCPcopy Create free account
hub / github.com/FDio/vpp / send_pingpong

Method send_pingpong

test/util.py:333–336  ·  view source on GitHub ↗
(self, side, flags1=None, flags2=None)

Source from the content-addressed store, hash-verified

331 return p
332
333 def send_pingpong(self, side, flags1=None, flags2=None):
334 p1 = self.send_through(side, flags1)
335 p2 = self.send_through(1 - side, flags2)
336 return [p1, p2]
337
338
339class L4_CONN_SIDE:

Callers 1

run_active_conn_testMethod · 0.80

Calls 1

send_throughMethod · 0.95

Tested by 1

run_active_conn_testMethod · 0.64