:orphan: .. index:: pair: struct; tapi_ctorrent_opt .. _doxid-structtapi__ctorrent__opt: struct tapi_ctorrent_opt ======================== .. toctree:: :hidden: Overview ~~~~~~~~ ctorrent specific options :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_ctorrent_opt { // fields unsigned int :ref:`hours_to_seed`; const char* :ref:`ip`; unsigned int :ref:`port`; const char* :ref:`save_to_file`; unsigned int :ref:`max_peers`; unsigned int :ref:`min_peers`; unsigned int :ref:`download_rate`; unsigned int :ref:`upload_rate`; const char* :ref:`metainfo_file`; }; .. _details-structtapi__ctorrent__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ ctorrent specific options Fields ------ .. index:: pair: variable; hours_to_seed .. _doxid-structtapi__ctorrent__opt_1a35857b1aef003ac1153add012132e64b: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int hours_to_seed Seeding duration (in hours, 72 by default) .. index:: pair: variable; ip .. _doxid-structtapi__ctorrent__opt_1a089093d1551010cbf9be21a32dda5f00: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* ip IP to listen on (all by default) .. index:: pair: variable; port .. _doxid-structtapi__ctorrent__opt_1af62e28e21a9b2073b1c4c0b00be2f737: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int port TCP port to listen on .. index:: pair: variable; save_to_file .. _doxid-structtapi__ctorrent__opt_1aea38e6af861be1917bee3e085fcb7db5: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* save_to_file Save downloaded data to the specified file. By default, the data will be saved to a file with the same name as an original file had. .. index:: pair: variable; max_peers .. _doxid-structtapi__ctorrent__opt_1a10078c3209142e9e17bf2640b3dd685a: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int max_peers Max peers count (100 by default) .. index:: pair: variable; min_peers .. _doxid-structtapi__ctorrent__opt_1a6d3f0af19e06b432330eeedb79691bb0: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int min_peers Min peers count (1 by default) .. index:: pair: variable; download_rate .. _doxid-structtapi__ctorrent__opt_1a7d6151c834148cc87efb65862e0ceeb1: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int download_rate Max download bandwidth (in KBps (not Kbps)) .. index:: pair: variable; upload_rate .. _doxid-structtapi__ctorrent__opt_1a5ded18b9accedd8c5834ae5fcb61d5ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int upload_rate Max upload bandwidth (in KBps) .. index:: pair: variable; metainfo_file .. _doxid-structtapi__ctorrent__opt_1ac94cff1d1292f2d1f412d09bf467f76e: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* metainfo_file Metainfo file to download/seed (required)