From: Guus Sliepen Date: Sat, 8 Apr 2017 11:34:40 +0000 (+0200) Subject: Use getmsg()/putmsg() instead of read()/write() on Solaris. X-Git-Tag: release-1.1pre15~27 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=95f09569beb2e304e6a2112d20cee6fab88f3729;hp=95f09569beb2e304e6a2112d20cee6fab88f3729;p=tinc 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. # Conflicts: # src/solaris/device.c ---