sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
<GitHub107>
[smoltcp] dlrobertson opened issue #137: poll_at returns the time left to call poll instead of the timestamp at which to call poll https://github.com/m-labs/smoltcp/issues/137
<GitHub166>
[smoltcp] dlrobertson commented on issue #137: Ah, that makes sense. I guess I was thinking that if that was the case the timestamp would be equal to the timestamp passed as an argument. Thanks for the clarification https://github.com/m-labs/smoltcp/issues/137#issuecomment-361934023
<rjo>
whitequark: could you look at the lit failure in release-3?
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined #m-labs
<GitHub82>
[artiq] dhslichter commented on issue #407: As a benchmark for comparison, @r-srinivas ran the test on our ARTIQ 2 setup which runs the magtrap experiment (Windows 7 with NIST AV), and we got 450-470 ms. Will run on the new ARTIQ 3 setup today and let you know how that looks. https://github.com/m-labs/artiq/issues/407#issuecomment-361971474
rohitksingh-demo has quit [Read error: Connection reset by peer]
<GitHub70>
[smoltcp] phil-opp opened pull request #140: Use separate metadata and payload buffers for UDP sockets (master...socket_buffer) https://github.com/m-labs/smoltcp/pull/140
<GitHub194>
[smoltcp] whitequark commented on pull request #140 c6197e5: This has to have two lifetimes. If you think it can be one, try to construct multiple socket buffers without using `Vec`. https://github.com/m-labs/smoltcp/pull/140#discussion_r165149947
<GitHub117>
[smoltcp] whitequark commented on pull request #140 c6197e5: It is not necessary to return `Error::Truncated` from this function anymore since there are no separate packet buffers. https://github.com/m-labs/smoltcp/pull/140#discussion_r165150390