From: Guus Sliepen Date: Sat, 8 Apr 2017 11:06:48 +0000 (+0200) Subject: Use getmsg()/putmsg() instead of read()/write() on Solaris. X-Git-Tag: release-1.0.32~9 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=c6c6ba9969f76eff7b7de9308c2736d7ff1d720e;hp=c6c6ba9969f76eff7b7de9308c2736d7ff1d720e Use getmsg()/putmsg() instead of read()/write() on Solaris. This fixes a problem where read() returns packets from the IP layer before fragmentation is done. ---