Ticket #96 (closed enhancement: fixed)

Opened 18 months ago

Last modified 4 months ago

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

comment:1 Changed 4 months ago by yarrick

  • Milestone 0.6.0 "Hotspotify" deleted

comment:2 Changed 4 months ago by yarrick

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to 0.6.0 "Hotspotify"

Fixed in android patch.

Note: See TracTickets for help on using tickets.