Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About long grpc request/reply message? #1

Open
yuyuyu101 opened this issue May 7, 2022 · 0 comments
Open

About long grpc request/reply message? #1

yuyuyu101 opened this issue May 7, 2022 · 0 comments

Comments

@yuyuyu101
Copy link

GRPC Message input size can be larger than 4MB, output size is unlimited, but homa message must smaller than 1MB. So grpc req msg will de divide into multi homa messages.
I found the code assumes only one homa message transfer is allowed, but I don't notice any code to prevent. Is it possible homa_client call multi homa_sendv on single steam?

The same as homa_listener, if listener receive request, it may have unlimited data to reply. But after calling homa_replyv(), homaRequestId will be assign be 0. So the next HomaSteam::flush won't call homa_reply(). Is there anything missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant