Re: UDP datagrams write and receive

2007-08-22 Thread Trustin Lee
On 8/23/07, Adam Fisk [EMAIL PROTECTED] wrote: I'm wondering if anyone knows if there are guarantees that a each call to DatagramChannel.write(ByteBuffer src) *always* results in the sending of a single datagram. In all my tests this is the case, but I'm not sure if it's operating

Re: UDP datagrams write and receive

2007-08-22 Thread Adam Fisk
OK great. I think I'll go with that assumption and just fix it if I ever see it break, in which case I'll report back. Many thanks. -Adam On 8/22/07, Trustin Lee [EMAIL PROTECTED] wrote: On 8/23/07, Adam Fisk [EMAIL PROTECTED] wrote: I'm wondering if anyone knows if there are guarantees