diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-28 23:18:08 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-28 23:18:08 +0000 |
commit | 63a7daa4f27a83bf49ce7ffaf95b68c4a0e15231 (patch) | |
tree | 6e3bedbfb872b8cd5638810082e60eff0f6344e4 /anyrtpproxy/options.h | |
parent | fixed (diff) |
anyrtpproxy finished ??
Diffstat (limited to 'anyrtpproxy/options.h')
-rw-r--r-- | anyrtpproxy/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/anyrtpproxy/options.h b/anyrtpproxy/options.h index 48df36a..48139f7 100644 --- a/anyrtpproxy/options.h +++ b/anyrtpproxy/options.h @@ -77,6 +77,8 @@ public: Options& setChrootDir(std::string c); bool getDaemonize(); Options& setDaemonize(bool d); + u_int16_t getSendPort(); + Options& setSendPort(u_int16_t p); IfList getLocalInterfaces(); IfList getRemoteHosts(); @@ -104,6 +106,7 @@ private: std::string username_; std::string chroot_dir_; bool daemonize_; + u_int16_t send_port_; IfList local_interfaces_; IfList remote_hosts_; }; |