@@ -281,9 +281,9 @@ MsgFileioWriteResp.prototype.fieldSpec.push(['sequence', 'writeUInt32LE', 4]);
281
281
/**
282
282
* SBP class for message MSG_FILEIO_CONFIG_REQ (0x1001).
283
283
*
284
- * Returns advise on the optimal configuration for FileIO requests and response.
285
- * Newer version of FileIO can support greater throughput by support a larger
286
- * window of FileIO data that can be in flight during read or write operation .
284
+ * Requests advice on the optimal configuration for a FileIO transfer. Newer
285
+ * version of FileIO can support greater throughput by supporting a large window of
286
+ * FileIO data that can be in- flight during read or write operations .
287
287
*
288
288
* Fields in the SBP payload (`sbp.payload`):
289
289
* @field sequence number (unsigned 32-bit int, 4 bytes) Advice sequence number
@@ -310,9 +310,9 @@ MsgFileioConfigReq.prototype.fieldSpec.push(['sequence', 'writeUInt32LE', 4]);
310
310
/**
311
311
* SBP class for message MSG_FILEIO_CONFIG_RESP (0x1002).
312
312
*
313
- * Returns advise on the optimal configuration for FileIO requests and response.
314
- * Newer version of FileIO can support greater throughput by support a larger
315
- * window of FileIO data that can
313
+ * The advice on the optimal configuration for a FileIO transfer. Newer version of
314
+ * FileIO can support greater throughput by supporting a large window of FileIO
315
+ * data that can be in-flight during read or write operations.
316
316
*
317
317
* Fields in the SBP payload (`sbp.payload`):
318
318
* @field sequence number (unsigned 32-bit int, 4 bytes) Advice sequence number
0 commit comments