Replies: 1 comment 2 replies
-
Hello @userH1213, Thanks for reaching out. First, I would suggest reading this section from the documentation, it provides a very high level overview of what AdvantEDGE does in terms of controlling traffic. Short answer to your question is: traffic scheduling is performed in the kernel. More specifically:
The files you looked into (demo) are the scenario applications (e.g. pods), therefore you will not find anything related to the network in those as network control happens at an underneath layer. Those application just use the network (e.g. open a socket and transfer traffic) and experience network characteristics according to IP stack configuration. It is not totally clear to me what scheduling algorithm you are referring to. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm working on a project and I have some questions.
1- What scheduling scheme is used in AdvantEDG when it comes to sending packets to the servers(routing packets) is it FIFO or something else?
2- If I want to implement my own scheduling algorithm where should I implement it(I've checked the files in demo1,demo2 and demo3 but can't figure out where exactly) Also, where it would be represented ( poa, operators..)?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions