|
rippled
|


Classes | |
| struct | ServerFeeSummary |
Server fees published on server subscription. More... | |
| class | StateAccounting |
| State accounting records two attributes for each possible server state: 1) Amount of time spent in each state (in microseconds). More... | |
| struct | Stats |
| struct | SubAccountHistoryIndex |
| struct | SubAccountHistoryInfo |
| struct | SubAccountHistoryInfoWeak |
| class | TransactionStatus |
| Transaction with input flags and results to be applied in batches. More... | |
Public Types | |
| enum class | FailHard : unsigned char { no , yes } |
| using | clock_type = beast::abstract_clock< std::chrono::steady_clock > |
Public Member Functions | |
| NetworkOPsImp (ServiceRegistry ®istry, NetworkOPs::clock_type &clock, bool standalone, std::size_t minPeerCount, bool start_valid, JobQueue &job_queue, LedgerMaster &ledgerMaster, ValidatorKeys const &validatorKeys, boost::asio::io_context &io_svc, beast::Journal journal, beast::insight::Collector::ptr const &collector) | |
| ~NetworkOPsImp () override | |
| OperatingMode | getOperatingMode () const override |
| std::string | strOperatingMode (OperatingMode const mode, bool const admin) const override |
| std::string | strOperatingMode (bool const admin=false) const override |
| void | submitTransaction (std::shared_ptr< STTx const > const &) override |
| void | processTransaction (std::shared_ptr< Transaction > &transaction, bool bUnlimited, bool bLocal, FailHard failType) override |
| Process transactions as they arrive from the network or which are submitted by clients. | |
| void | processTransactionSet (CanonicalTXSet const &set) override |
| Process a set of transactions synchronously, and ensuring that they are processed in one batch. | |
| void | doTransactionSync (std::shared_ptr< Transaction > transaction, bool bUnlimited, FailHard failType) |
| For transactions submitted directly by a client, apply batch of transactions and wait for this transaction to complete. | |
| void | doTransactionAsync (std::shared_ptr< Transaction > transaction, bool bUnlimited, FailHard failtype) |
| For transactions not submitted by a locally connected client, fire and forget. | |
| void | transactionBatch () |
| Apply transactions in batches. | |
| void | apply (std::unique_lock< std::mutex > &batchLock) |
| Attempt to apply transactions and post-process based on the results. | |
| Json::Value | getOwnerInfo (std::shared_ptr< ReadView const > lpLedger, AccountID const &account) override |
| void | getBookPage (std::shared_ptr< ReadView const > &lpLedger, Book const &, AccountID const &uTakerID, bool const bProof, unsigned int iLimit, Json::Value const &jvMarker, Json::Value &jvResult) override |
| bool | processTrustedProposal (RCLCxPeerPos proposal) override |
| bool | recvValidation (std::shared_ptr< STValidation > const &val, std::string const &source) override |
| void | mapComplete (std::shared_ptr< SHAMap > const &map, bool fromAcquire) override |
| bool | beginConsensus (uint256 const &networkClosed, std::unique_ptr< std::stringstream > const &clog) override |
| void | endConsensus (std::unique_ptr< std::stringstream > const &clog) override |
| void | setStandAlone () override |
| void | setStateTimer () override |
| Called to initially start our timers. | |
| void | setNeedNetworkLedger () override |
| void | clearNeedNetworkLedger () override |
| bool | isNeedNetworkLedger () override |
| bool | isFull () override |
| void | setMode (OperatingMode om) override |
| bool | isBlocked () override |
| bool | isAmendmentBlocked () override |
| void | setAmendmentBlocked () override |
| bool | isAmendmentWarned () override |
| void | setAmendmentWarned () override |
| void | clearAmendmentWarned () override |
| bool | isUNLBlocked () override |
| void | setUNLBlocked () override |
| void | clearUNLBlocked () override |
| void | consensusViewChange () override |
| Json::Value | getConsensusInfo () override |
| Json::Value | getServerInfo (bool human, bool admin, bool counters) override |
| void | clearLedgerFetch () override |
| Json::Value | getLedgerFetchInfo () override |
| std::uint32_t | acceptLedger (std::optional< std::chrono::milliseconds > consensusDelay) override |
| Accepts the current transaction tree, return the new ledger's sequence. | |
| void | reportFeeChange () override |
| void | reportConsensusStateChange (ConsensusPhase phase) |
| void | updateLocalTx (ReadView const &view) override |
| std::size_t | getLocalTxCount () override |
| void | pubLedger (std::shared_ptr< ReadView const > const &lpAccepted) override |
| void | pubProposedTransaction (std::shared_ptr< ReadView const > const &ledger, std::shared_ptr< STTx const > const &transaction, TER result) override |
| void | pubValidation (std::shared_ptr< STValidation > const &val) override |
| void | subAccount (InfoSub::ref ispListener, hash_set< AccountID > const &vnaAccountIDs, bool rt) override |
| void | unsubAccount (InfoSub::ref ispListener, hash_set< AccountID > const &vnaAccountIDs, bool rt) override |
| void | unsubAccountInternal (std::uint64_t seq, hash_set< AccountID > const &vnaAccountIDs, bool rt) override |
| error_code_i | subAccountHistory (InfoSub::ref ispListener, AccountID const &account) override |
| subscribe an account's new transactions and retrieve the account's historical transactions | |
| void | unsubAccountHistory (InfoSub::ref ispListener, AccountID const &account, bool historyOnly) override |
| unsubscribe an account's transactions | |
| void | unsubAccountHistoryInternal (std::uint64_t seq, AccountID const &account, bool historyOnly) override |
| bool | subLedger (InfoSub::ref ispListener, Json::Value &jvResult) override |
| bool | unsubLedger (std::uint64_t uListener) override |
| bool | subBookChanges (InfoSub::ref ispListener) override |
| bool | unsubBookChanges (std::uint64_t uListener) override |
| bool | subServer (InfoSub::ref ispListener, Json::Value &jvResult, bool admin) override |
| bool | unsubServer (std::uint64_t uListener) override |
| bool | subBook (InfoSub::ref ispListener, Book const &) override |
| bool | unsubBook (std::uint64_t uListener, Book const &) override |
| bool | subManifests (InfoSub::ref ispListener) override |
| bool | unsubManifests (std::uint64_t uListener) override |
| void | pubManifest (Manifest const &) override |
| bool | subTransactions (InfoSub::ref ispListener) override |
| bool | unsubTransactions (std::uint64_t uListener) override |
| bool | subRTTransactions (InfoSub::ref ispListener) override |
| bool | unsubRTTransactions (std::uint64_t uListener) override |
| bool | subValidations (InfoSub::ref ispListener) override |
| bool | unsubValidations (std::uint64_t uListener) override |
| bool | subPeerStatus (InfoSub::ref ispListener) override |
| bool | unsubPeerStatus (std::uint64_t uListener) override |
| void | pubPeerStatus (std::function< Json::Value(void)> const &) override |
| bool | subConsensus (InfoSub::ref ispListener) override |
| bool | unsubConsensus (std::uint64_t uListener) override |
| InfoSub::pointer | findRpcSub (std::string const &strUrl) override |
| InfoSub::pointer | addRpcSub (std::string const &strUrl, InfoSub::ref) override |
| bool | tryRemoveRpcSub (std::string const &strUrl) override |
| void | stop () override |
| void | stateAccounting (Json::Value &obj) override |
Static Public Member Functions | |
| static FailHard | doFailHard (bool noMeansDont) |
Private Types | |
| enum class | DispatchState : unsigned char { none , scheduled , running } |
| Synchronization states for transaction batches. More... | |
| enum | SubTypes { sLedger , sManifests , sServer , sTransactions , sRTTransactions , sValidations , sPeerStatus , sConsensusPhase , sBookChanges , sLastEntry } |
| using | SubMapType = hash_map< std::uint64_t, InfoSub::wptr > |
| using | SubInfoMapType = hash_map< AccountID, SubMapType > |
| using | subRpcMapType = hash_map< std::string, InfoSub::pointer > |
| using | SubAccountHistoryMapType = hash_map< AccountID, hash_map< std::uint64_t, SubAccountHistoryInfoWeak > > |
Static Private Attributes | |
| static std::array< char const *, 5 > const | states_ = stateNames |
Definition at line 70 of file NetworkOPs.cpp.
|
private |
Definition at line 613 of file NetworkOPs.cpp.
|
private |
Definition at line 614 of file NetworkOPs.cpp.
|
private |
Definition at line 615 of file NetworkOPs.cpp.
|
private |
Definition at line 659 of file NetworkOPs.cpp.
|
inherited |
Definition at line 73 of file NetworkOPs.h.
|
strongprivate |
Synchronization states for transaction batches.
| Enumerator | |
|---|---|
| none | |
| scheduled | |
| running | |
Definition at line 99 of file NetworkOPs.cpp.
|
private |
| Enumerator | |
|---|---|
| sLedger | |
| sManifests | |
| sServer | |
| sTransactions | |
| sRTTransactions | |
| sValidations | |
| sPeerStatus | |
| sConsensusPhase | |
| sBookChanges | |
| sLastEntry | |
Definition at line 706 of file NetworkOPs.cpp.
|
stronginherited |
| Enumerator | |
|---|---|
| no | |
| yes | |
Definition at line 75 of file NetworkOPs.h.
| xrpl::NetworkOPsImp::NetworkOPsImp | ( | ServiceRegistry & | registry, |
| NetworkOPs::clock_type & | clock, | ||
| bool | standalone, | ||
| std::size_t | minPeerCount, | ||
| bool | start_valid, | ||
| JobQueue & | job_queue, | ||
| LedgerMaster & | ledgerMaster, | ||
| ValidatorKeys const & | validatorKeys, | ||
| boost::asio::io_context & | io_svc, | ||
| beast::Journal | journal, | ||
| beast::insight::Collector::ptr const & | collector | ||
| ) |
Definition at line 200 of file NetworkOPs.cpp.
|
override |
Definition at line 240 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 801 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1056 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 807 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1075 of file NetworkOPs.cpp.
|
overridevirtual |
Process transactions as they arrive from the network or which are submitted by clients.
Process local transactions synchronously
| transaction | Transaction object |
| bUnlimited | Whether a privileged client connection submitted it. |
| bLocal | Client submission. |
| failType | fail_hard setting from transaction submission. |
Implements xrpl::NetworkOPs.
Definition at line 1182 of file NetworkOPs.cpp.
|
overridevirtual |
Process a set of transactions synchronously, and ensuring that they are processed in one batch.
| set | Transaction object set |
Implements xrpl::NetworkOPs.
Definition at line 1264 of file NetworkOPs.cpp.
| void xrpl::NetworkOPsImp::doTransactionSync | ( | std::shared_ptr< Transaction > | transaction, |
| bool | bUnlimited, | ||
| FailHard | failType | ||
| ) |
For transactions submitted directly by a client, apply batch of transactions and wait for this transaction to complete.
| transaction | Transaction object. |
| bUnlimited | Whether a privileged client connection submitted it. |
| failType | fail_hard setting from transaction submission. |
Definition at line 1221 of file NetworkOPs.cpp.
| void xrpl::NetworkOPsImp::doTransactionAsync | ( | std::shared_ptr< Transaction > | transaction, |
| bool | bUnlimited, | ||
| FailHard | failtype | ||
| ) |
For transactions not submitted by a locally connected client, fire and forget.
Add to batch and trigger it to be processed if there's no batch currently being applied.
| transaction | Transaction object |
| bUnlimited | Whether a privileged client connection submitted it. |
| failType | fail_hard setting from transaction submission. |
Definition at line 1201 of file NetworkOPs.cpp.
|
private |
Definition at line 1131 of file NetworkOPs.cpp.
|
private |
Definition at line 1236 of file NetworkOPs.cpp.
| void xrpl::NetworkOPsImp::transactionBatch | ( | ) |
Apply transactions in batches.
Continue until none are queued.
Definition at line 1327 of file NetworkOPs.cpp.
| void xrpl::NetworkOPsImp::apply | ( | std::unique_lock< std::mutex > & | batchLock | ) |
Attempt to apply transactions and post-process based on the results.
| Lock | that protects the transaction batching |
Definition at line 1341 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1579 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 4039 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1912 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2340 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1937 of file NetworkOPs.cpp.
|
private |
Definition at line 1799 of file NetworkOPs.cpp.
|
private |
Definition at line 1699 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1849 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1955 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 813 of file NetworkOPs.cpp.
|
overridevirtual |
Called to initially start our timers.
Not called for stand-alone mode.
Implements xrpl::NetworkOPs.
Definition at line 862 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 819 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 825 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 831 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 837 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2311 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1643 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1649 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1655 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1662 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1668 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1674 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1680 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1686 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 1693 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2009 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2393 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2399 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2767 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2773 of file NetworkOPs.cpp.
|
overridevirtual |
Accepts the current transaction tree, return the new ledger's sequence.
This API is only used via RPC with the server in STANDALONE mode and performs a virtual consensus round, with all the transactions we are proposing being accepted.
Implements xrpl::NetworkOPs.
Definition at line 3790 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2924 of file NetworkOPs.cpp.
| void xrpl::NetworkOPsImp::reportConsensusStateChange | ( | ConsensusPhase | phase | ) |
Definition at line 2939 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2945 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2950 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2819 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2779 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 2179 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3314 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3347 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3360 of file NetworkOPs.cpp.
|
overridevirtual |
subscribe an account's new transactions and retrieve the account's historical transactions
Implements xrpl::InfoSub::Source.
Definition at line 3693 of file NetworkOPs.cpp.
|
overridevirtual |
unsubscribe an account's transactions
| historyOnly | if true, only stop historical transactions |
Implements xrpl::InfoSub::Source.
Definition at line 3732 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3740 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3808 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3842 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3834 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3850 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3874 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3898 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3767 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3781 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3858 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3866 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 2018 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3906 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3914 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3922 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3930 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3938 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3952 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3960 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3968 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 2283 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3976 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3984 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 3991 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 4004 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::InfoSub::Source.
Definition at line 4014 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 524 of file NetworkOPs.cpp.
|
overridevirtual |
Implements xrpl::NetworkOPs.
Definition at line 3945 of file NetworkOPs.cpp.
|
private |
Definition at line 872 of file NetworkOPs.cpp.
|
private |
Definition at line 900 of file NetworkOPs.cpp.
|
private |
Definition at line 910 of file NetworkOPs.cpp.
|
private |
Definition at line 934 of file NetworkOPs.cpp.
|
private |
Definition at line 1012 of file NetworkOPs.cpp.
|
private |
Definition at line 2958 of file NetworkOPs.cpp.
|
private |
Definition at line 3055 of file NetworkOPs.cpp.
|
private |
Definition at line 3111 of file NetworkOPs.cpp.
|
private |
Definition at line 3238 of file NetworkOPs.cpp.
|
private |
Definition at line 2092 of file NetworkOPs.cpp.
|
private |
Definition at line 2152 of file NetworkOPs.cpp.
|
private |
Definition at line 843 of file NetworkOPs.cpp.
|
private |
Definition at line 3651 of file NetworkOPs.cpp.
|
private |
Definition at line 3385 of file NetworkOPs.cpp.
|
private |
Definition at line 922 of file NetworkOPs.cpp.
|
private |
Definition at line 4358 of file NetworkOPs.cpp.
|
staticinherited |
Definition at line 77 of file NetworkOPs.h.
|
staticprivate |
Definition at line 105 of file NetworkOPs.cpp.
|
private |
Definition at line 671 of file NetworkOPs.cpp.
|
private |
Definition at line 672 of file NetworkOPs.cpp.
|
private |
Definition at line 674 of file NetworkOPs.cpp.
|
private |
Definition at line 676 of file NetworkOPs.cpp.
|
private |
Definition at line 678 of file NetworkOPs.cpp.
|
private |
Definition at line 680 of file NetworkOPs.cpp.
|
private |
Definition at line 681 of file NetworkOPs.cpp.
|
private |
Definition at line 682 of file NetworkOPs.cpp.
|
private |
Definition at line 683 of file NetworkOPs.cpp.
|
private |
Definition at line 685 of file NetworkOPs.cpp.
|
private |
Definition at line 686 of file NetworkOPs.cpp.
|
private |
Definition at line 687 of file NetworkOPs.cpp.
|
private |
Definition at line 688 of file NetworkOPs.cpp.
|
private |
Definition at line 690 of file NetworkOPs.cpp.
|
private |
Definition at line 692 of file NetworkOPs.cpp.
|
private |
Definition at line 693 of file NetworkOPs.cpp.
|
private |
Definition at line 695 of file NetworkOPs.cpp.
|
private |
Definition at line 697 of file NetworkOPs.cpp.
|
private |
Definition at line 699 of file NetworkOPs.cpp.
|
private |
Definition at line 700 of file NetworkOPs.cpp.
|
private |
Definition at line 702 of file NetworkOPs.cpp.
|
private |
Definition at line 704 of file NetworkOPs.cpp.
|
private |
Definition at line 719 of file NetworkOPs.cpp.
|
private |
Definition at line 721 of file NetworkOPs.cpp.
|
private |
Definition at line 723 of file NetworkOPs.cpp.
|
private |
Definition at line 726 of file NetworkOPs.cpp.
|
private |
Definition at line 729 of file NetworkOPs.cpp.
|
private |
Definition at line 732 of file NetworkOPs.cpp.
|
private |
Definition at line 733 of file NetworkOPs.cpp.
|
private |
Definition at line 734 of file NetworkOPs.cpp.
|
private |
Definition at line 735 of file NetworkOPs.cpp.
|
private |
Definition at line 737 of file NetworkOPs.cpp.
Definition at line 739 of file NetworkOPs.cpp.
|
private |
Definition at line 740 of file NetworkOPs.cpp.
|
private |
Definition at line 775 of file NetworkOPs.cpp.
|
private |
Definition at line 776 of file NetworkOPs.cpp.