You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/05 06:02:27 UTC

[GitHub] [skywalking-rover] mrproliu opened a new pull request, #69: Enhance the protocol reader for support large socket data

mrproliu opened a new pull request, #69:
URL: https://github.com/apache/skywalking-rover/pull/69

   Previously, eBPF was unable to pass socket data beyond a single syscall. However, when the HTTP protocol data exceeded a certain length, it would be split into multiple syscalls for reading.
   
   This PR aims to enhance eBPF data reading to support the combination of data from multiple syscalls. This will improve the efficiency of eBPF in handling large amounts of data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-rover] wu-sheng merged pull request #69: Enhance the protocol reader for support large socket data

Posted by GitBox <gi...@apache.org>.
wu-sheng merged PR #69:
URL: https://github.com/apache/skywalking-rover/pull/69


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org