Re: Trouble w/sockets

2013-03-04 Thread Thien-Thi Nguyen
() mark.d.wit...@gmail.com () Sun, 03 Mar 2013 23:18:32 -0500 Using writev() gets rid of the broken pipe error and I successfully write my connection initiation request to the X server. If you can prove this, then perhaps you have found a bug in the server. but I probably need to take a

Re: Trouble w/sockets

2013-03-04 Thread Ludovic Courtès
Chris Vine skribis: > Whilst this seems to be a side issue with respect to the OP's > problem, with R6RS you can use the 'put-u8' procedure to write > individual octets to a binary port (and 'get-u8' to read them) [1]. I concur, binary I/O primitives are what should be used for binary protocols