Using C#/C++, is it possible to limit network traffic?

前端 未结 3 1241
天命终不由人
天命终不由人 2020-12-10 18:02

I\'m developing a parental monitoring/tracking application that has a feature to lock down all internet activity. While disabling the network adapter would seem like a simp

3条回答
  •  执笔经年
    2020-12-10 18:38

    Not a direct answer, but this sort of things is usually done out-of-band with serial connection or with a second NIC connected to a "trusted" LAN.

提交回复
热议问题