sandia-minimega / minimega

minimega
GNU General Public License v3.0
148 stars 68 forks source link

various: send cc files in chunks #1332

Closed jcrussell closed 4 years ago

jcrussell commented 5 years ago

Instead of reading and sending the file in a single message, split it across several. This allows you to send and recv files that exceed the size of VM memory.

Seems to work for the updated test case, needs more testing though.

Updates #1262.

jcrussell commented 5 years ago

cc_io test fails, needs triage.

djfritz commented 5 years ago

@jcrussell status on this?

djfritz commented 4 years ago

@jcrussell should we just merge and test on master since this is passing tests?

jcrussell commented 4 years ago

I haven't had a chance to triage why the cc_io test was failing sometimes. Could merge with the expectation of having to triage a bit.

djfritz commented 4 years ago

That's probably the best route...