feature[ats_TW2133]: Adding command-line for datagram sending.

This command line option will allow us to switch the DatagramChannel.send
between blocking and non-blocking.  The default will be blocking (as it
was before) but if we ever need this thread to exexute as fast as possible it
can be set to non-blocking (set property to false).

Change-Id: Ib3e23c036d97e3d9ea9acc6352ecae7e542bd45d
1 file changed