Introduced user download_cps property
Will track the user's last succsesful file-download transfer rate in characters (bytes) per second. I'm not calculating or storing this rate yet, but will be soon. This will make the file download ETAs more realistic and no longer hard-coded to 3000 cps (which now defaults to 10000 cps, to keep up with the times). New field added to user.tab placed adjacent to the other File xfer stats, which means the leech attempt counter (likely always 0) was moved to the end of the user record.
parent
5d1d586f
No related branches found
No related tags found
Showing
- src/sbbs3/js_user.c 6 additions, 0 deletionssrc/sbbs3/js_user.c
- src/sbbs3/logon.cpp 3 additions, 0 deletionssrc/sbbs3/logon.cpp
- src/sbbs3/main.cpp 0 additions, 1 deletionsrc/sbbs3/main.cpp
- src/sbbs3/sbbs.h 1 addition, 1 deletionsrc/sbbs3/sbbs.h
- src/sbbs3/sbbsdefs.h 1 addition, 0 deletionssrc/sbbs3/sbbsdefs.h
- src/sbbs3/userdat.c 6 additions, 2 deletionssrc/sbbs3/userdat.c
- src/sbbs3/userfields.h 2 additions, 1 deletionsrc/sbbs3/userfields.h
Please register or sign in to comment