[tickets] [opensaf:tickets] #2560 dtm: Use SOCK_SEQPACKET for intra-node communication

2019-01-09 Thread Gary Lee via Opensaf-tickets
- **Milestone**: 5.19.01 --> future --- ** [tickets:#2560] dtm: Use SOCK_SEQPACKET for intra-node communication** **Status:** unassigned **Milestone:** future **Created:** Thu Aug 17, 2017 01:29 PM UTC by Anders Widell **Last Updated:** Wed Jan 09, 2019 09:23 PM UTC **Owner:** nobody DTM

[tickets] [opensaf:tickets] #2560 dtm: Use SOCK_SEQPACKET for intra-node communication

2018-09-29 Thread Gary Lee via Opensaf-tickets
- **Milestone**: 5.18.09 --> 5.18.12 --- ** [tickets:#2560] dtm: Use SOCK_SEQPACKET for intra-node communication** **Status:** unassigned **Milestone:** 5.18.12 **Created:** Thu Aug 17, 2017 01:29 PM UTC by Anders Widell **Last Updated:** Thu Aug 30, 2018 12:45 PM UTC **Owner:** nobody DTM

[tickets] [opensaf:tickets] #2560 dtm: Use SOCK_SEQPACKET for intra-node communication

2017-11-21 Thread Anders Widell via Opensaf-tickets
- Description has changed: Diff: --- old +++ new @@ -1 +1,3 @@ DTM currently uses SOCK_STREAM for intra-node communication, which means that it needs logic to be able to receive partial messages. By using SOCK_SEQPACKET, we can remove this logic since only full messages can be sent and

[tickets] [opensaf:tickets] #2560 dtm: Use SOCK_SEQPACKET for intra-node communication

2017-08-17 Thread Anders Widell via Opensaf-tickets
--- ** [tickets:#2560] dtm: Use SOCK_SEQPACKET for intra-node communication** **Status:** unassigned **Milestone:** 5.17.10 **Created:** Thu Aug 17, 2017 01:29 PM UTC by Anders Widell **Last Updated:** Thu Aug 17, 2017 01:29 PM UTC **Owner:** nobody DTM currently uses SOCK_STREAM for