From bb8c7a321102a77a1d0b8e361f166fa00fc57c03 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 5 Feb 2015 21:17:03 -0800 Subject: [PATCH] rsockets: Fix setting flags in rfctl The rfcntl() call to set rsocket flags merely OR's in the updated flags with the existing ones, rather than replacing them. Also, it does not handle setting an rsocket from nonblocking mode back to blocking mode. -- 2.41.0