Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
755d65ca
Commit
755d65ca
authored
9 years ago
by
Yang Gao
Browse files
Options
Downloads
Plain Diff
Merge pull request #2876 from jboeuf/tsi_doc
Improving unprotect doc.
parents
29522460
f8b4b986
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/tsi/transport_security_interface.h
+2
-0
2 additions, 0 deletions
src/core/tsi/transport_security_interface.h
with
2 additions
and
0 deletions
src/core/tsi/transport_security_interface.h
+
2
−
0
View file @
755d65ca
...
@@ -158,6 +158,8 @@ tsi_result tsi_frame_protector_protect_flush(
...
@@ -158,6 +158,8 @@ tsi_result tsi_frame_protector_protect_flush(
value is expected to be at most max_protected_frame_size minus overhead
value is expected to be at most max_protected_frame_size minus overhead
which means that max_protected_frame_size is a safe bet. The output value
which means that max_protected_frame_size is a safe bet. The output value
is the number of bytes actually written.
is the number of bytes actually written.
If *unprotected_bytes_size is unchanged, there may be more data remaining
to unprotect, and the caller should call this function again.
- This method returns TSI_OK in case of success. Success includes cases where
- This method returns TSI_OK in case of success. Success includes cases where
there is not enough data to output a frame in which case
there is not enough data to output a frame in which case
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment