- 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 received.
+
+Also investigate the possibility to use base::UnixSocket.

~~~~




---

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

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Thu Aug 17, 2017 01:29 PM UTC by Anders Widell
**Last Updated:** Mon Oct 30, 2017 05:42 PM UTC
**Owner:** nobody


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 received.

Also investigate the possibility to use base::UnixSocket.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to