Enable the send thread.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Dec 2012 13:04:08 +0000 (22:04 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Dec 2012 14:27:04 +0000 (23:27 +0900)
commitb784165da37d22e5b0589ae414630d547f229a89
tree90d45677df27b41a9a25c6c38de5dec78fafbca4
parentc79fbde41343e9fe4edf5bb1bdeed0bfe2972e00
Enable the send thread.

Packet should be sent via ONE thread.

If it sent from the multiple threads,
we have to care the thread-safety.

If the packet's destination address is 'ZERO',
Pull up it to the server's main thread and handle it using the
method_table, or forward packet to the destination.

Change-Id: Ied696b921747e6dc009fc1c0be06cf587b0c6af8
include/packet.h
packaging/libcom-core.spec
src/com-core_packet-router.c
src/com-core_packet.c
src/packet.c