Astro
|
ba252e72da
|
libasync: provide get/set ack_delay (new in smoltcp 0.7.0)
|
2021-02-08 03:06:51 +01:00 |
Astro
|
bf9f1e33c8
|
update smoltcp 0.6.0 -> 0.7.0
|
2021-02-04 18:29:00 +01:00 |
Astro
|
05c30dd52e
|
Revert "update smoltcp 0.6.0 -> 0.7.0"
This reverts commit ccf758cc85 .
|
2021-02-04 18:27:42 +01:00 |
Astro
|
f816a04cef
|
Revert "Revert "update smoltcp 0.6.0 -> 0.7.0""
This reverts commit faa64c2ce8 .
|
2021-02-04 16:22:39 +01:00 |
Astro
|
faa64c2ce8
|
Revert "update smoltcp 0.6.0 -> 0.7.0"
This reverts commit ccf758cc85 .
Blocked by: https://github.com/smoltcp-rs/smoltcp/issues/415
|
2021-02-04 16:22:16 +01:00 |
Astro
|
ccf758cc85
|
update smoltcp 0.6.0 -> 0.7.0
|
2021-02-03 22:41:32 +01:00 |
Astro
|
ddff295ae1
|
libboard_zynq: implement eth hot-plugging
|
2020-11-20 17:12:22 +01:00 |
pca006132
|
39f672dde8
|
libasync/smoltcp/mod: prevent duplicated wakers
|
2020-08-24 15:25:03 +08:00 |
Sebastien Bourdeauducq
|
84f1380f48
|
libasync: assert that callback consumes data in smoltcp recv
|
2020-07-19 16:14:29 +08:00 |
Sebastien Bourdeauducq
|
7b78bc0494
|
libasync: new stream.recv API
M-Labs/artiq-zynq#40 (comment)
|
2020-07-19 15:34:32 +08:00 |
Astro
|
b4bcc6cf5c
|
TcpStream: add send_slice()
|
2020-06-18 01:56:49 +02:00 |
Astro
|
bcedd02ad9
|
libasync: add TcpSocket::{close, abort, keep_alive, timeout}()
|
2020-04-16 20:43:36 +02:00 |
Astro
|
60e45f096d
|
libasync: Sockets::run() returns !
|
2020-04-16 20:42:21 +02:00 |
Astro
|
c3fc948714
|
libasync: replace TcpStream::listen() with accept(), make accept() return earlier
|
2020-04-16 20:28:40 +02:00 |
Sebastien Bourdeauducq
|
be35be8d38
|
Revert "Revert "libasync: don't let TcpStream::read() call back for empty buffers""
Zero-length buffer is really a special case, as one must return Poll::Pending in this case.
This reverts commit 1ac10ba0d4 .
|
2020-04-15 09:16:25 +08:00 |
Sebastien Bourdeauducq
|
1ac10ba0d4
|
Revert "libasync: don't let TcpStream::read() call back for empty buffers"
Usually easy to handle in user code and avoids duplicating logic.
This reverts commit e3a6a6e1f8 .
|
2020-04-14 09:03:48 +08:00 |
Astro
|
e3a6a6e1f8
|
libasync: don't let TcpStream::read() call back for empty buffers
|
2020-04-14 01:06:25 +02:00 |
Astro
|
60a29456ec
|
libasync: change TcpStream::listen() callback constraint from Copy to Clone
|
2020-04-14 00:08:57 +02:00 |
Astro
|
ab2a8db4d3
|
libasync: pass time
|
2020-04-03 00:18:04 +02:00 |
Astro
|
6dde8c3b02
|
libasync: doc TcpStream
|
2020-04-01 23:34:53 +02:00 |
Astro
|
75a8889d28
|
libasync: create TcpSocketBuffers from uninitialized memory
|
2020-04-01 23:21:27 +02:00 |
Astro
|
0618642d3f
|
libasync: simplify TcpStream::accept()
|
2020-04-01 23:01:48 +02:00 |
Astro
|
90e9a7db02
|
libasync: refactor listen() into accept()+listen() with a backlog
|
2020-04-01 22:58:02 +02:00 |
Astro
|
ab1404488c
|
libasync: fix TcpStream, implement recv()+send()
|
2020-03-31 22:49:41 +02:00 |
Astro
|
d2f91eac25
|
libasync: start smoltcp support
|
2020-03-31 01:16:58 +02:00 |