TerrenceSun

Results 3 issues of TerrenceSun

I got a error number 11 after several packets when transfering large data. The error message is `BlockingIOError(11, 'Resource temporarily unavailable')`. https://github.com/aploium/shootback/blob/cab462c4eb5c8ae4faf5d34f296052cef7cdeddd/common_func.py#L277 It seems that [errno.EWOULDBLOCK](https://docs.python.org/3/library/exceptions.html#BlockingIOError) should be considered. My...

Hi, I found that there is a power limit related update for 402-ath_regd_optional.patch. [79a768a90fa94c0a38c9def1992cc974c091e286](https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=79a768a90fa94c0a38c9def1992cc974c091e286) That patch maybe helpful as I was suffering week signal strength issue after applying your patch....

This is another way of applying ignore to outputs. We can ignore output ports by adding it to `verilog-auto-output-ignore-regexp`,but it takes time when there are many ports to ignore. So,...