Changeset 213 in flair-src for trunk/lib/FlairCore/src/ui_com.cpp


Ignore:
Timestamp:
01/30/18 17:47:12 (6 years ago)
Author:
Sanahuja Guillaume
Message:

thread stack size rework
add Matrix class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairCore/src/ui_com.cpp

    r157 r213  
    4040
    4141ui_com::ui_com(const Object *parent, UDTSOCKET sock)
    42     : Thread(parent, "send", 2) {
     42    : Thread(parent, "send", 2,16384*2) {
    4343  // buffer envoi
    4444  send_buffer = (char *)malloc(3);
Note: See TracChangeset for help on using the changeset viewer.