Ivan Skytte Jørgensen
Ivan Skytte Jørgensen
The size looks fine on KDE, but the icon is blurry. I suspect that wire-desktop only has a single size for the icon (64x64 ?) and Ubuntu changes the notification...
An alternative is to use TCP_CORK under Linux. My main interest is the bandwidth used by AMQP on expensive network links. In my case amqp_basic_publish() results in 3 TCP packets...
Yes, my hackish patch ignores those complexities. I had forgotten about MSG_MORE. In general, TCP_CORK is used by upper logic when it doesn't control the send() calls, and MSG_MORE is...
sendmsg() supports using both vector-writes and flags. But I agree that the setsockopt() syscall overhead is neglible, so the goal should be to optimize network performance while keeping rabbitmq-c library...
I measured performance with tcpdump/wireshark. My interest is not millions of messages per second. My interest is the network bandwidth used for small messages, maybe 10-100 messages per minute. The...
Just wanted to say that I have switched to version 0.8.0 and it works beautifully - each basic.publish results in 1 TCP packet and one ACK. Thanks!
I tested that version now. Downloaded ZIP file and unpacked on Ubuntu 20.04.6 LTS in a VM. I started "zap" directly on the command line, created a minimal zigbee project...
Which "gen-templates" do you refer to? The .slcp files or something similar? It is not obvious to me what it might be.
I haven't had time to try yet. I did locate the mentioned file in the Gecko SDK: ./protocol/zigbee/app/framework/gen-template/gen-templates.json