Ticket #96 (closed enhancement: fixed)
Allocate user array dynamically
| Reported by: | yarrick | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.6.0 "Hotspotify" |
| Version: | 0.5.2 "WifiFree" | Keywords: | |
| Cc: |
Description
From Samuel Thibault:
Is there a reason for making the 'users' array a fixed-length array rather than an allocated array? My router has very little memory, and the default (using 6MiB) is too much, I had to change the source to change it. Making it an allocated array would permit to change the number of users at runtime for very little extra overhead (const pointer addressing vs variable pointer addressing).
Change History
Note: See
TracTickets for help on using
tickets.
