Skip to content
Snippets Groups Projects

Added packetization model in .pdl (pending change the .py library...

Merged Matias Bonaventura requested to merge add_tcp_packetization into tdaq_phase2_alternatives

Added TCP message fragmentation (packetization) based on the configured MSS. Messages bigger than the MSS are splitter into smaller network packets at the sender side. On the receiver side, all messages are buffered and forwarded once all arrived. Implemented using a PacketizationProtocol that wraps protocols in the original message. N-1 new packets are created with size MSS and no protocols, plus a last packet with size size%MSS and wrapping all original protocols

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading