Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L libnetwork
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • rt-UA
  • libnetwork
  • Issues
  • #1

Closed
Open
Created Feb 06, 2023 by clehr@clehrMaintainer

Socket shall use Buffer Management

To ease the integration of TCP sockets shall use buffer management.

TCP requires to temporarily store frames, if a frame was lost or received corrupted. Therefore the socket shall reserve memory using buffer management.

Currently, the frame is copied multiple three times during reception, this can be reduced to only two times if the network stack uses its own global memory pool.

Assignee
Assign to
Time tracking