psionic12

Results 18 comments of psionic12

Hi @LPardue, thanks very much for your patient, so the stream id is the "request id" I want, right? so with same connection I can do this: ``` int64_t stream_id_1...

Hi @ghedo, So what is the expected behavior (for now) in the case I mentioned above? Does the server just ignore my packet which is sent from the new UPD...

Off-topic here, but Nginx has released a pre-reveiw version which support http3 (and quiche as well) well, you may try that.

I also don't understand why `vkCmdBindDescriptorBuffersEXT` takes addresses instead of buffer handles, do you guys know why? I asked a [question](https://github.com/KhronosGroup/Vulkan-Docs/issues/2028), but nobody answers for now.

Thanks for helping, but things still don't go well, I do as the mainline guidance, and here's the error: ``` U-Boot SPL 2014.04 (Sep 29 2015 - 21:36:09) Board: Cubietruck...

the boot.cmd is here: ``` fatload mmc 0 0x46000000 zImage fatload mmc 0 0x49000000 sun7i-a20-cubietruck.dtb setenv bootargs console=ttyS0,115200 [earlyprintk] root=/dev/mmcblk0p2 rootwait panic=10 ${extra} bootz 0x46000000 - 0x49000000 ```

This seems a dead end... I don't know what to do

Thanks for replying, I hope experts could add this situation into the loader/layer documentation, it's somehow important to layer programmers.