We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a4452 commit 81417f5Copy full SHA for 81417f5
net/mptcp/protocol.c
@@ -1376,7 +1376,7 @@ struct sock *mptcp_subflow_get_send(struct mptcp_sock *msk)
1376
* - estimate the faster flow linger time
1377
* - use the above to estimate the amount of byte transferred
1378
* by the faster flow
1379
- * - check that the amount of queued data is greter than the above,
+ * - check that the amount of queued data is greater than the above,
1380
* otherwise do not use the picked, slower, subflow
1381
* We select the subflow with the shorter estimated time to flush
1382
* the queued mem, which basically ensure the above. We just need
0 commit comments