Skip to content

UDP should be replaced with TCP #10

@anttijuu

Description

@anttijuu

Connection between client and server is done using UDP. UDP is

  • unreliable
  • open to eavesdropping

So TCP should be used instead. This is more reliable and also enables us using secure sockets - currently all text send by users is open to read by anyone.

However, this would require refactoring the server implementation with session objects etc. So requires considerable work and Java/socket programming skills.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions