diff options
author | anders <Anders.Persson@Sun.COM> | 2009-01-19 22:13:02 -0800 |
---|---|---|
committer | anders <Anders.Persson@Sun.COM> | 2009-01-19 22:13:02 -0800 |
commit | 9910327f7da260a7861568db7b3fecc4efe0715d (patch) | |
tree | bc95e78336c01cb0023ea6f6bea74faac24a2391 /usr/src/uts/common/inet/tcp/tcp_fusion.c | |
parent | 30fd040177af69f32a3917f66ce942b3707b02e5 (diff) | |
download | illumos-joyent-9910327f7da260a7861568db7b3fecc4efe0715d.tar.gz |
6793962 RMI remote call latency on loopback interface increases by at least 4x with snv-106
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp_fusion.c')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp_fusion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp_fusion.c b/usr/src/uts/common/inet/tcp/tcp_fusion.c index 8c8eee3b58..3127c13b71 100644 --- a/usr/src/uts/common/inet/tcp/tcp_fusion.c +++ b/usr/src/uts/common/inet/tcp/tcp_fusion.c @@ -560,7 +560,7 @@ tcp_fuse_output(tcp_t *tcp, mblk_t *mp, uint32_t send_size) uint_t max_unread; boolean_t flow_stopped, peer_data_queued = B_FALSE; boolean_t urgent = (DB_TYPE(mp) != M_DATA); - boolean_t push = B_FALSE; + boolean_t push = B_TRUE; mblk_t *mp1 = mp; ill_t *ilp, *olp; ipif_t *iifp, *oifp; |