-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels