Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: in6_opt.h

Class TSoTcpLingerOpt

class TSoTcpLingerOpt;

Description

Parameter struct for KSoTcpLinger socket option. The following combinations are possible:

A similar structure is used in BSD Unix sockets, hence porting Unix apps using linger option should be straight forward.

Members

Defined in TSoTcpLingerOpt:
iLinger, iOnOff


Member data


iOnOff

TInt iOnOff;

Description

0=Linger off; nonzero=Linger on.


iLinger

TInt iLinger;

Description

Linger time in seconds.