SocketImpl.InterfaceConsts.TcpNodelay 字段

定义

注意

This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.

禁用此连接的 Nagle 算法。

[Android.Runtime.Register("TCP_NODELAY")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)]
public const Java.Net.SocketOption TcpNodelay = 1;
[<Android.Runtime.Register("TCP_NODELAY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)>]
val mutable TcpNodelay : Java.Net.SocketOption

字段值

Value = 1
属性

注解

禁用此连接的 Nagle 算法。 写入到网络的数据不会缓冲之前写入的数据的确认。

仅适用于 TCP:SocketImpl。

适用于 . 的 java.net.SocketOptions.TCP_NODELAYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于