CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/11 09:59:34
Modified files:
usr.sbin/switchd: ofrelay.c switchd.h
Log message:
Remove "workarounds" for the read and write path that were needed to
handle /dev/switch connections that didn't quite behave like TCP
connections (no support for writev, no partial reads). With
rzalamena's changes to switch(4), it now works as expected and doesn't
need any special treatment anymore.
OK rzalamena@
