maxnet

Results 9 issues of maxnet

**Is your feature request related to a problem? Please describe.** https://github.com/hathach/tinyusb/blob/master/examples/device/net_lwip_webserver/src/main.c#L61 mentions that ideally the MAC should be generated by hardware ID. However the variable is declared const in https://github.com/hathach/tinyusb/blob/master/src/class/net/net_device.h#L62...

Feature 💡

- passing listening sockets through systemd socket activation was broken. fix it. - add support for socket activation on first access of http port as well. Closes #314

response-needed

Upstream noVNC defaults to making the VNC websockets connection on the http port instead of port 5900 and it would be nice if that would just work. If run with...

It seems the current systemd socket activation code only supports passing a single socket for vnc use. It would be nice if it supported a second socket for http as...

feature-request

When enabled with the -setdesktopsize option this allows clients like novnc and tigervnc to request a change of framebuffer resolution to fit that of the client window. On the server...

enhancement

Even when the mesh setting is disabled, I am continuing to experience that it often (but not always) takes unacceptable long to join the network when using a Zyxel VMG8825-T50...

cyw43_driver

### Describe the bug On managed Ethernet switches that have the Spanning Tree Protocol enabled, every time the network link goes up it tests for network loops for +/- 30...

### Describe the bug If aiopg.create_pool() fails because the PostgreSQL server is down it gives a psycopg2.OperationalError "Error connecting to database: Connection refused" If you subsequently want to retry and...

bug

- fixes 'repeat-until' lines to test for end of values correctly - fixes endless recursion while reading metadata_area_header checksum field - fixes instructions to create example file. Closes #295 -...