<sb0>
_florent_, can you look into the JESD problem?
<sb0>
whitequark, not really, and fixing the compiler is more important
kaolpr has quit [Ping timeout: 268 seconds]
kaolpr has joined #m-labs
<_florent_>
sb0: i'll at the stpl test at startup on sayma monday
<GitHub55>
[smoltcp] barskern commented on issue #224: > Per my understanding, with the modified code, if e.g. first packet in a burst of 8 gets lost, the other 7 will arrive, and 4 of them will trigger retransmit of the entire burst. Is that correct?... https://github.com/m-labs/smoltcp/issues/224#issuecomment-394073919
<GitHub158>
[smoltcp] barskern commented on issue #224: After some more research, I found that what should happen after a duplicate ACK is recived is that the socket should enter "Fast recovery" and every following duplicate ACK only increases the congestion window. ... https://github.com/m-labs/smoltcp/issues/224#issuecomment-394075274
futarisIRCcloud has joined #m-labs
<GitHub117>
[smoltcp] barskern commented on issue #224: After some more research, I found that what should happen after three duplicate ACKs is recived is that the socket should enter "Fast recovery" and every following duplicate ACK only increases the congestion window. ... https://github.com/m-labs/smoltcp/issues/224#issuecomment-394075274
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
<GitHub-m-labs>
[artiq] whitequark commented on issue #1045: How about having a "debug mode" with bounds checking and "release mode" without it? Python even already has it, it's called the assert statement, and it's turned off if you pass `-O` or set `PYTHONOPTIMIZE=1`. As a bonus this will make the compiler faster (though IIRC I didn't use any particularly expensive asserts). https://github.com/m-labs/artiq/issues/1045#is