Home
last modified time | relevance | path

Searched refs:handle_connection (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/multi_net/
A Duasyncio_tcp_close_write.py15 async def handle_connection(reader, writer): function
35 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_server_client.py15 async def handle_connection(reader, writer): function
35 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_client_rst.py17 async def handle_connection(reader, writer): function
34 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)
A Duasyncio_tcp_readexactly.py15 async def handle_connection(reader, writer): function
42 server = await asyncio.start_server(handle_connection, "0.0.0.0", PORT)

Completed in 4 milliseconds