aboutsummaryrefslogtreecommitdiff
path: root/comms.c
AgeCommit message (Expand)Author
2022-07-18Unify i/o functions and use RisuResultRichard Henderson
2022-07-18Use EXIT_FAILURE, EXIT_SUCCESSRichard Henderson
2018-07-02comms: include header for writevAlex Bennée
2017-06-20all: fix up code consistencyAlex Bennée
2014-04-25configure: add a configuration step, prepare for 64bit compilationClaudio Fontana
2012-01-27comms.c: Initialize addrlen before calling accept()Peter Maydell
2011-04-06comms.c: Use writev() to avoid being hit by Nagle's algorithmPeter Maydell
2011-04-01Improve diagnostics if master and slave disagree on packet sizePeter Maydell
2010-12-07Add licensing/copyright boilerplate to license under EPLPeter Maydell
2010-09-20Split out socket related code into its own file.Peter Maydell