seladb
seladb
IPReassembly is for reassembling fragmented IP packets, which doesn't seem to be your use case. We currently don't support UDP reassembly, we only have TCP reassembly. But that's a good...
I assume the reason it looked like it did 80% of the job correctly is that either most of the UDP packets were IP-fragmented and then it created full UDP...
Sounds good, I hope this helps! If you don't have further questions, should we close the issue?
@Goldziher are you referring to `starlite.testing.create_test_request`? 🤔
Can I assume we want to build something similar to Django's [`RequestFactory`](https://docs.djangoproject.com/en/4.1/topics/testing/advanced/#the-request-factory)?
@Goldziher I think I can work on that
> yupl @seladb please see the discussion here: #573 I responded here: https://github.com/starlite-api/starlite/discussions/573#discussioncomment-3884002, let's continue the discussion there
Thank you so much @kolbex for working on this, I really appreciate your contribution! 🙏 ❤️ ICMPv6 was missing in PcapPlusPlus, and it's a great addition to this project!
ICMPv6 and NDP were added in #902 . Thank you @kolbex for this great contribution!
@sashashura thank you so much for adding memory sanitizer to the CI! 🙏 I guess we can close this issue now?