Changeset a02f34f for conf.h


Ignore:
Timestamp:
2008-08-11T23:07:12Z (15 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
5d550c5
Parents:
66be784
Message:

Added conf entries and lib/ftutil.[ch].

ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for
the bitlbee<->client connection and the bitlbee<->IM peer connection,
respectively.

ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second
per transfer (not implemented yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.h

    r66be784 ra02f34f  
    5050        int ping_timeout;
    5151        char *user;
    52         size_t max_filetransfer_size;
     52        size_t ft_max_size;
     53        int ft_max_kbps;
     54        char *ft_listen;
    5355} conf_t;
    5456
Note: See TracChangeset for help on using the changeset viewer.