Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Adding TCP-NO-DELAY transport hint #295

Merged
merged 3 commits into from
Apr 10, 2019
Merged

Commits on Apr 3, 2019

  1. Added option to specify transport hints.

    * Added TransportHints class, currently only containing a TCP-NO-DELAY option.
    * Added option to specify transport hints when subscribing to a topic.
    * Added transport hints to TopicDeclaration class.
    StefanGlaser committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ba3dd3e View commit details
    Browse the repository at this point in the history
  2. Process TCP-NO-DELAY option for incoming subscriber connections.

    * Check incoming subscriber connection requests for the TCP-NO-DELAY header field and set the TCP-NO-DELAY option on the corresponding channel accordingly.
    StefanGlaser committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    7ae94f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Simplified TransportHints class.

    * Replaced internal map with simple boolean.
    * Fixed initialization bug.
    * Fixed code style.
    StefanGlaser committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    391a0a9 View commit details
    Browse the repository at this point in the history