Use getmsg()/putmsg() instead of read()/write() on Solaris.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 8 Apr 2017 11:06:48 +0000 (13:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 8 Apr 2017 11:06:48 +0000 (13:06 +0200)
This fixes a problem where read() returns packets from the IP layer before
fragmentation is done.


No differences found