You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
..
ssl_data.py tests/multi_net: Skip SSL test if relevant modules aren't available. 3 years ago
ssl_data.py.exp tests/multi_net: Add initial set of multi-instance tests for network. 5 years ago
tcp_accept_recv.py tests/multi_net: Fix TCP accept test when using system error numbers. 2 years ago
tcp_client_rst.py tests/multi_net: Close accepted sockets when tests are done. 3 years ago
tcp_data.py extmod/modusocket: Implement optional socket.listen backlog argument. 3 years ago
uasyncio_tcp_client_rst.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
uasyncio_tcp_client_rst.py.exp tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
uasyncio_tcp_close_write.py tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
uasyncio_tcp_close_write.py.exp tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
uasyncio_tcp_readall.py extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 2 years ago
uasyncio_tcp_readall.py.exp extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 2 years ago
uasyncio_tcp_readexactly.py extmod/uasyncio: Add StreamReader.readexactly(n) method. 4 years ago
uasyncio_tcp_readexactly.py.exp extmod/uasyncio: Add StreamReader.readexactly(n) method. 4 years ago
uasyncio_tcp_readinto.py extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
uasyncio_tcp_readinto.py.exp extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
uasyncio_tcp_server_client.py tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
uasyncio_tcp_server_client.py.exp tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
udp_data.py tests/multi_net/udp_data.py: Make UDP test more reliable. 3 years ago