Delta programming - where we only upload what's changed
This commit is contained in:
@@ -220,7 +220,7 @@ namespace Services
|
||||
addressSpaceDescriptor,
|
||||
memorySegmentDescriptor,
|
||||
startAddress,
|
||||
buffer
|
||||
TargetMemoryBuffer{buffer.begin(), buffer.end()}
|
||||
),
|
||||
this->defaultTimeout,
|
||||
this->activeAtomicSessionId
|
||||
|
||||
@@ -288,7 +288,7 @@ namespace Services
|
||||
|
||||
std::optional<TargetController::AtomicSessionIdType> activeAtomicSessionId = std::nullopt;
|
||||
|
||||
std::chrono::milliseconds defaultTimeout = std::chrono::milliseconds{30000};
|
||||
std::chrono::milliseconds defaultTimeout = std::chrono::milliseconds{90000};
|
||||
|
||||
TargetController::AtomicSessionIdType startAtomicSession();
|
||||
void endAtomicSession(TargetController::AtomicSessionIdType sessionId);
|
||||
|
||||
Reference in New Issue
Block a user