Ignore:
Timestamp:
11/29/11 14:03:54 (18 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
f33c12f
Parents:
96c1461
Message:
  • Fixed some NSCA issues (reading from new conf)
  • Fixed some linux build issues (related to refactoring)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAClient/NSCAClient.h

    r96c1461 r9853bc3  
    5757    connection_data(nscapi::functions::destination_container recipient, nscapi::functions::destination_container sender) { 
    5858      timeout = recipient.get_int_data("timeout", 30); 
    59       buffer_length = recipient.get_int_data("payload length", 1024); 
     59      buffer_length = recipient.get_int_data("payload length", 512); 
    6060      password = recipient.get_string_data("password"); 
    6161      encryption = recipient.get_string_data("encryption"); 
Note: See TracChangeset for help on using the changeset viewer.