Commit e21cfa7
committed
crimson/net: set TCP_NODELAY according to ms_tcp_nodelay
There are cases in which we need low latency of an individual op, like
updating RBD image's object map which would block other ops for a
object not created yet. We need to make sure the rbd-object-map-update
like ops have as low latency as possible
Fixes: https://tracker.ceph.com/issues/62098
Signed-off-by: Xuehan Xu <[email protected]>1 parent d71eea9 commit e21cfa7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments