Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: in6_opt.h

in6_opt.h Global variables


KSoIpEcn

const TUint KSoIpEcn;

Description

Controls the use of Explicit Congestion Notification. Values:

See RFC 3168 for more information.

[Top]


KSoNextHop

const TUint KSoNextHop;

Description

Next hop route selection.

Set forces the next hop route selection on the flow. The option parameter is not used in set.

Get returns information about the current next hop selection. The option parameter is TInetRouteInfo.

If the link layer is using addresses, the information refers to neighbor cache entry. If the interface is not using link layer addresses, the returned information just describes the currently attached route entry.

To be successful, the flow must be assigned to the interface and the source address must be set at the time of the call.

This option is provided for hook implementations, for example ISATAP tunneling hook can use this¨to force next hop selection on the virtual interface to find the actual link layer address (= outer IPv4 address).

[Top]


KSoTcpCork

const TUint KSoTcpCork;

Description

If set, only full-sized TCP segments are sent before closing the connection. This is like Nagle, but stricter.

[Top]


KSoTcpNoPush

const TUint KSoTcpNoPush;

Description

Send only full-sized TCP segments. Separate option in addition to KSoTcpCork is needed for BSD compatibility.

[Top]


KSoTcpLinger

const TUint KSoTcpLinger;

Description

Do not return from close immediately, but linger for given maximum time to wait that the send buffers are emptied. Socket option parameter is TSoTcpLingerOpt struct.

[Top]


KSoInetInterfaceInfo

const TUint KSoInetInterfaceInfo;

Description

Return array of TInetInterfaceInfo objects as the response of GetOptions call.

[Top]


KSoInetAddressInfo

const TUint KSoInetAddressInfo;

Description

Return array of TInetAddressInfo objects as the response of GetOptions call.

[Top]


KSoInetRouteInfo

const TUint KSoInetRouteInfo;

Description

Return array of TInetRouteInfo objects as the response of GetOptions call.

[Top]


KSoIpv4LinkLocal

const TUint KSoIpv4LinkLocal;

Description

Control the use of link-local addresses per interface. Argument: TSoInetIpv4LinkLocalInfo (SetOpt only).