Copyright © 2001 - 2005 SILC Project
SILC Project Website
SILC Toolkit Reference Manual
Index

SILC Toolkit Reference Manual
SILC Core Library
    SILC Authentication Interface
    SILC Message Interface
    SILC Channel Interface
    SILC Command Interface
    SILC Notify Interface
    SILC Status Types
    SILC Modes
    SILC ID Interface
    SILC ID Cache Interface
    SILC Argument Interface
    SILC Attributes Interface
    Packet Protocol Interface
SILC Utility Library
    Basic SILC Types
    SILC Buffer Interface
    SILC Buffer Format Interface
    SILC Hash Table Interface
    SILC Logging Interface
    SILC Memory Interface
    SILC Mutex Interface
    SILC Thread Interface
    SILC Network Interface
    SILC Schedule Interface
    SILC Socket Interface
    SILC Protocol Interface
    SILC Config Interface
    SILC File Util Interface
    SILC String Util Interface
    SILC UTF-8 Interface
    SILC Stringprep Interface
    SILC Util Interface
    SILC List Interface
    SILC Dynamic List Interface
    SILC VCard Interface
    SILC Application Utilities
    SILC MIME Interface
SILC Crypto Library
    Introduction to SILC RNG
    SILC RNG Interface
    SILC Cipher API
    SILC PKCS API
    SILC PKCS#1 API
    SILC Hash Interface
    SILC HMAC Interface
SILC SFTP Library
    SILC SFTP Interface
    SFTP Filesystems Interface
SILC Client Library
    Using SILC Client Library Tutorial
    Arguments for command_reply Client Operation
    SilcStatus Error Arguments in command_reply Client Operation
    Arguments for notify Client Operation
    Unicode and UTF-8 Strings in Client Library
    Client Library Interface Reference
SILC Key Exchange Library
    SILC SKE Interface
    SKE Status Types
    SKE Diffie Hellman Groups
    SKE Payloads
SILC Math Library
    SILC MP Interface
    SILC Math Interface

Resource Links
SILC Project Website
SILC Protocol Documentation
SILC White Paper
SILC FAQs





Function silc_socket_set_qos

SYNOPSIS

    void silc_socket_set_qos(SilcSocketConnection sock,
                             SilcUInt32 read_rate,
                             SilcUInt32 read_limit_bytes,
                             SilcUInt32 limit_sec,
                             SilcUInt32 limit_usec,
                             SilcSchedule schedule)

DESCRIPTION

    Sets a "Quality of Service" settings for socket connection `sock'.
    The `read_rate' specifies the maximum read operations per second.
    If more read operations are executed the limit will be applied for
    the reading.  The `read_limit_bytes' specifies the maximum data
    that is read.  It is guaranteed that silc_socket_read never returns
    more that `read_limit_bytes' of data.  If more is read the limit
    will be applied for the reading.  The `limit_sec' and `limit_usec'
    specifies the limit that is applied if `read_rate' and/or
    `read_limit_bytes' is reached.  The `schedule' is the application's
    scheduler.  If all arguments except `sock' are NULL or zero this
    resets the QoS from the socket, all QoS for this socket that may
    be pending will be cancelled.






SILC Socket Interface
SilcSocketConnection
SilcSocketConnectionHB
SilcSocketConnectionQos
SilcSocketType
SilcSocketConnectionStruct
silc_socket_alloc
silc_socket_free
silc_socket_dup
silc_socket_read
silc_socket_write
silc_socket_get_error
SilcSocketConnectionHBCb
silc_socket_set_heartbeat
silc_socket_set_qos
SilcSocketHostLookupCb
silc_socket_host_lookup




Copyright © 2001 - 2005 SILC Project
SILC Project Website
SILC Toolkit Reference Manual
Index