Previous change (rev 210697) should have mentioned PR ada/9535:

PR ada/9535
        * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
        Provide a behaviour more consistent with underlying datagram
        socket: do not attempt to loop over Send_Socket/Receive_Socket
        iterating along the buffer.

From-SVN: r210698
This commit is contained in:
Arnaud Charlet 2014-05-21 14:49:24 +02:00
parent 601bb6b35e
commit 95bc61b2e3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
2014-05-21 Thomas Quinot <quinot@adacore.com>
PR ada/9535
* g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
Provide a behaviour more consistent with underlying datagram
socket: do not attempt to loop over Send_Socket/Receive_Socket