Timon
Timon
Okay whilst debugging some memories arose from the past, so this issue came up in the past. It's important to first do a basic handshake and then start to send...
Research if the following is possible: we could return a lazy loader [here](https://github.com/amethyst/laminar/pull/177/files?file-filters%5B%5D=.rs#diff-7a1afe3769822492052db70d227f20b8R107), instead of collecting, and do the same over [here](https://github.com/amethyst/laminar/pull/177/files?file-filters%5B%5D=.rs#diff-f87f3043d20fd1f299947a8664ff332cR372) and then continue this lazy operator here.
@ncallaway the allocated vec can be found in the following places: https://github.com/amethyst/laminar/blob/master/src/net/virtual_connection.rs#L404 https://github.com/amethyst/laminar/blob/master/src/infrastructure/acknowledgment.rs#L125
@lain-dono really thanks for your input, saying after 2 months :). Cryptography just doesn't have very high prio now. However, I did some research on cryptography and we might use...
I was questioning if TLS is really fitted our purpose. I am thinking this because TLS is asymmetric encryption method. Basically, symmetric encryption fits us very well and is a...
That's interesting never heard of it! It could be of use in our scenario as far I can tell.
This library is not actively maintained anymore, unfortunately. Due to some other priorities, I can not focus on implementing, reviewing, and analyzing this feature with you. Feel free to take...
That is the correct way it should work, unreliable is not acknowledged and reliable is.
Laminar uses a UDP port. You can configure which port this is. Then you should be able to open/forward this port in your container. There are good examples online on...
Looks great! The code looks clean and great. - Do we need futures in its whole or can we go for something like future-core? - Why did you choose for...