Re: [tipc-discussion] DGRAM/STREAM Crossover on Debian?

2021-06-02 Thread Jon Maloy
On 6/2/21 4:14 PM, Xin Long wrote: On Wed, May 26, 2021 at 11:38 AM Duzan, Gary D via tipc-discussion wrote: I'm in the process of enhancing a TIPC DGRAM-based RPC-ish service to include TIPC STREAM transport for larger messages. To simplify configuration, I have the server

Re: [tipc-discussion] DGRAM/STREAM Crossover on Debian?

2021-06-02 Thread Xin Long
On Wed, May 26, 2021 at 11:38 AM Duzan, Gary D via tipc-discussion wrote: > >I'm in the process of enhancing a TIPC DGRAM-based RPC-ish service to > include TIPC STREAM transport for larger messages. To simplify configuration, > I have the server process(es) bind() the same type/range for

[tipc-discussion] DGRAM/STREAM Crossover on Debian?

2021-05-26 Thread Duzan, Gary D via tipc-discussion
I'm in the process of enhancing a TIPC DGRAM-based RPC-ish service to include TIPC STREAM transport for larger messages. To simplify configuration, I have the server process(es) bind() the same type/range for both DGRAM and STREAM sockets (poll()ing to see which have incoming requests), then