Merge pull request #20 from danbev/glom_comment
Add comment about bus:txglom iovar
This commit is contained in:
commit
79a9a4eb98
@ -299,6 +299,9 @@ impl<'a> Control<'a> {
|
||||
|
||||
info!("Configuring misc stuff...");
|
||||
|
||||
// Disable tx gloming which transfers multiple packets in one request.
|
||||
// 'glom' is short for "conglomerate" which means "gather together into
|
||||
// a compact mass".
|
||||
self.set_iovar_u32("bus:txglom", 0).await;
|
||||
self.set_iovar_u32("apsta", 1).await;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user