8000 Add support for human readable properties to the native driver · Issue #603 · aeron-io/aeron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for human readable properties to the native driver #603
Closed
@mjpt777

Description

@mjpt777

Support duration and size in human readable format for the C media driver. This can be applied to properties for driver configuration and channel configuration.

Duration in nanoseconds that is converted for s, ms, us, ns, e.g. 5s -> 5 * 1000 * 1000 * 1000.

Size in units support k, m, and g for kilobytes, megabytes, and gigabytes respectively, e.g. 2m -> 2 * 1024 * 1024.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0