ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Add AXL_XFER_STATE_FILE xfer type #86

Closed tonyhutter closed 3 years ago

tonyhutter commented 3 years ago

Add AXL_XFER_STATE_FILE transfer type. This type is used to tell AXL that you want to use the transfer type specified in the state_file. This is useful if you're trying to resume a transfer from a previous state_file, since it saves you from having to remember the old transfer type you used.

tonyhutter commented 3 years ago

I just rebased on master, I believe this is good-to-go.