Skip to content

Replace redirect transport with something more low-level #17

@lgrahl

Description

@lgrahl

The redirect transport passes inbound data into a raw socket after some header alteration (since the SCTP port may change, the checksum needs to be recalculated). That's pretty much all it does. It could be replaced by a simple function that applies this header alteration. The caller would then have to send the data to a raw socket on its own.

Main advantage would be that there's no strict dependency to re anymore for this transport. The code base could then be moved over to RAWRTC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions