BruceMok

Results 7 issues of BruceMok

我自己的应用(以下简称my_vs_prj)+ kcptun源码build出的exe文件 + udp2raw-tunnel的exe文件正常使用。服务端,客户端通信正常。目前my_vs_prj启动会有两个子进程,分别运行kcptun和udp2raw-tunnel。我想做如下优化: 1、kcptun和udp2raw-tunnel编译成dll 2、my_vs_prj调用上面的dll,分别在两个线程中运行 目前的问题是,如何编译kcptun出Virtual Studio C++工程可用的dll?

Base on socketdump.c, i set filter like "outbound and !loopback". It seems like filter not effective because i still receive loopback event. > CLOSE pid=17796 program=msedge.exe endpoint=1208670 parent=1208662 protocol=TCP local=[127.0.0.1]:51128...

I know XP is old but i have this use case so would like to see if it can work. **system architecture:** +-----------+ +-----------+ virt-viewer < ------- > spice-gtk +-----------+...

请问是否能在Windows系统中,使用virtual studio应用此源码。

Is there any document explain how to compile and build this source by use VS2019?

Hi, It's me again, I read your article. [https://www.studiopixl.com/2017-08-27/3d-acceleration-using-virtio.html](https://www.studiopixl.com/2017-08-27/3d-acceleration-using-virtio.html). Is there any possibility, if i hook D3D API in VM guest and send to another Windows host which has physical...

Base on QEMU-KVM, guest OS is Windows server 2003, graphic display device is QXL, can use this driver?