Skip to content

Use TCP for communication #4

@joboet

Description

@joboet

At the moment, the plugin uses UDP for communications, which is problematic, since UDP can drop packets. For datarefs this is mostly unproblematic, but if a packet with a command is lost, the master/slave can go out of sync.
Fix: Use TCP, which does not loose packets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions