Mikhail Demchenko

Results 7 comments of Mikhail Demchenko

Hi, @seladb and other contributors. I am personally releasing all my open source projects under MIT license as I find it more applicable all around the globe. At my country...

@eteran You must install ‘’’libnuma-dev’’’ package and some other (see installment guide on DPDK official site)

Hi, @seladb ! I have thought about this task and want to share some thoughts with You. The general reordering module must solve the next problem: > Given some data...

In my terms the __GR__ sees the sequence __r(N+M)__ that is made as so (C++ pseudocode): ```C++ struct range { std::size_t size; void* data; }; struct data_part { std::uint32_t tcp_seq;...

The sequence __r(N+M)__ represents the TCP packet stream captured from Network or read from file or other source

Oh, I see now. I have thought that the TCP reorderer should be similar to TCP reassembly but for one stream only. But the description You suggest makes me ask...

Hi, @seladb. I currently have no time do an open source projects due a volume of work. I have some more questions before I can do something within this issue...