Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Convert to TCP from UDP #909

@JayArrowz

Description

@JayArrowz

Feature Request

Is your feature request related to a problem? Please describe.
Currently in the system the Transaction object can hold many entries. However if the Transaction object and other proto objects designed to send over UDP become greater than 1472 bytes the UDP packet will fragment over the IP layer.

See Ref: https://support.citrix.com/article/CTX115434

Currently our system does not support fragmentation

Describe the solution you'd like
Use the Replaying Decoder in Netty to support UDP fragmentation.

Describe alternatives you've considered

  • Limit the entries is a alternative
  • Or we could manually chunk the packet every 1470 bytes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions