Lines Matching +full:bottom +full:- +full:speed
30 added which allows us to trigger a bottom half disconnect without
64 async def _do_recv(self) -> None:
68 def _do_send(self, msg: None) -> None:
71 async def send_msg(self) -> None:
74 async def simulate_disconnect(self) -> None:
76 Simulates a bottom-half disconnect.
87 returns bottom half errors as a pre-condition to allowing the
98 async def _do_recv(self) -> str:
104 def _do_send(self, msg: str) -> None:
108 async def send_msg(self, msg: str) -> None:
145 # I don't *fully* understand why, but it takes *two* un-accepted
363 # More insider baseball: to improve the speed of this test while
366 # result of the task with a nearly-zero timeout.
457 """Test the full state lifecycle (via connect) with a no-op session."""
463 """Test the full state lifecycle (via accept) with a no-op session."""
480 [f"DEBUG:{logname}:<-- None"],
497 [f"DEBUG:{logname}:--> None"],
573 self.server = LineProtocol(type(self).__name__ + '-server')