Sebastian Gottschall

Results 137 comments of Sebastian Gottschall

a common solution is also to announce that the ap isnt powersave capable. but i need to research if this works where and how we can handle this. my request...

@dmascord . no we can't. its fullmac chipset .all relevant functions are handled within the chipset firmware binary blob.

okay i put some informations here about iperf. running iperf on the WRT itself is a bad idea. iperf will decrease the network performance by its own cpu load and...

next hint. use always multiple tcp streams. single tcp streams are meaningless and will never show the full performance. and best for measuring the real throughput is using udp for...

> ../../src/../plugins/porkbun.c: In function 'check_success': ../../src/../plugins/porkbun.c:127:46: error: 'KEY_SUCCESS' undeclared (first use in this function); did you mean 'EXIT_SUCCESS'? 127 | if (jsoneq(json, tokens + i, KEY_SUCCESS) != 0) | ^~~~~~~~~~~...

check_status function is missing too

the code makes no sense. the check_success function is unused. so KEY_SUCCESS you now inserted into the code will never be used. for me the code looks broken and incomplete....

i know the cause of the crash/segfault. see my first comment for Makefile.am. this is causing the crash in plugin_unregister. i know its curious. but i tested it. fixing this...

> > i know the cause of the crash/segfault. see my first comment for Makefile.am. this is causing the crash in plugin_unregister. i know its curious. but i tested it....

your last fixes are buggy too. the & must be removed. this cannot work. can you please test your code? ../../src/../plugins/porkbun.c:169:49: warning: passing argument 3 of 'check_success' makes integer from...