~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to doc/rpc_list/rpc_pipelimit.txt

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
RPC Exports for pipelimit
 
2
=========================
 
3
 
 
4
                  [ this file is autogenerated, do not edit ]
 
5
 
 
6
 
 
7
 1. pl.stats
 
8
        Print pipelimit statistics: <id> <load> <counter>
 
9
 
 
10
 2. pl.get_pipes
 
11
        Print pipes info: <id> <algorithm> <limit> <counter>
 
12
 
 
13
 3. pl.set_pipe
 
14
        Sets a pipe params: <pipe_id> <pipe_algorithm> <pipe_limit>
 
15
 
 
16
 4. pl.get_pid
 
17
        Print PID Controller parameters for the FEEDBACK algorithm:
 
18
        <ki> <kp> <kd>
 
19
 
 
20
 5. pl.set_pid
 
21
        Sets the PID Controller parameters for the FEEDBACK algorithm:
 
22
        <ki> <kp> <kd>
 
23
 
 
24
 6. pl.push_load
 
25
        Force the value of the load parameter for FEEDBACK algorithm:
 
26
        <load>
 
27