Java.Net.SocketOptions.SoRcvbuf Field
The size in bytes of a socket's receive buffer.

Value: 4098

Syntax

[Android.Runtime.Register("SO_RCVBUF")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.")]
public const SocketOption SoRcvbuf

Remarks

The size in bytes of a socket's receive buffer. This must be an integer greater than 0. This is a hint to the kernel; the kernel may use a larger buffer.

For datagram sockets, packets larger than this value will be discarded.

See for more information about TCP/IP buffering.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1