listenfree
listenfree
udp buffer 具体调那些参数,请教一下,我调了 net.core.rmem_max=26214400 net.core.rmem_default=26214400 net.core.wmem_max=26214400 net.core.wmem_max=26214400 依然不时报同样的错 谢谢!
同样的问题哦
要是有基于tcp,udp协议的就好了
status_led Blink slowly (about every second) when a warning is active. Warnings are active when for example reading a sensor value fails temporarily or the WiFi/MQTT connections are disrupted. Blink...
找到dc1_mqtt.yaml 在下面两行前面用#后注解掉,世界就清静了。 status_led: pin: GPIO0 按说应该是有问题才闪的,但我目前没找到问题,请后面的人出手。
找到原因,因为起用了debug,而log级别是INFO,所以产生错误,把debug注解就OK了
- 修改路由器 /etc/nftables.d/10-custom-filter-chains.nft 在下面的链中加上服务端的ip和port,把它们drop掉 chain user_post_input { type filter hook input priority 1; policy accept; ip saddr x.x.x.x tcp sport xxxxx drop - udp2raw不要加-a参数
估计没戏,多半会闭源了。
@tom54007 Thank you:)
我也遇到这个问题,好象分批处理数据就能实现,但我又不会。