Skip to content

Use TCP for communication #4

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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