diff options
author | Rider Linden <none@none> | 2015-03-20 13:16:25 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-20 13:16:25 -0700 |
commit | 9d676ce5b97d7ce09630d7d6ab8abd562b958cae (patch) | |
tree | cf7b8f154652009f38551ae79c40a4c75a0b5d2d /indra/newview/llappcorehttp.h | |
parent | 6b8c814df3141fa705b9921ba0a73aeaa3fe63b6 (diff) |
Clean up and use policies for Material transfer.
Diffstat (limited to 'indra/newview/llappcorehttp.h')
-rwxr-xr-x | indra/newview/llappcorehttp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llappcorehttp.h b/indra/newview/llappcorehttp.h index 9616354093..b636c3b43c 100755 --- a/indra/newview/llappcorehttp.h +++ b/indra/newview/llappcorehttp.h @@ -164,6 +164,17 @@ public: /// Pipelined: no AP_INVENTORY, AP_REPORTING = AP_INVENTORY, // Piggy-back on inventory + + /// Material resource requests and puts. + /// + /// Destination: simhost:12043 + /// Protocol: https: + /// Transfer size: KB + /// Long poll: no + /// Concurrency: low + /// Request rate: low + /// Pipelined: no + AP_MATERIALS, AP_COUNT // Must be last }; |