Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-10 | econproxy: Specify own in ip ep_send_frame header | Benjamin Franzke | 1 | -0/+1 | |
2013-03-10 | econproxy: Keepalive may be an irregular command | Benjamin Franzke | 1 | -0/+6 | |
2013-03-09 | econproxy: Add read_packet | Benjamin Franzke | 1 | -26/+79 | |
Tries to verify packet integrity, e.g. datasize, recordCount.. Command 21 isnt handled yet, since that has another structure than other commands. | |||||
2013-03-09 | econproxy: Add send_packet | Benjamin Franzke | 1 | -5/+18 | |
Decides depending on the semantics of a packets (datasize,recordCount), how much parts of the iov have to be send. So we do not need to specifiy it explicitly anylonger. | |||||
2013-03-09 | econproxy: Add init_packet that does repetitive tasks | Benjamin Franzke | 1 | -29/+20 | |
2013-03-09 | econproxy: No need to pause since we sleep forever | Benjamin Franzke | 1 | -2/+0 | |
2013-03-09 | econproxy: some cleanups | Benjamin Franzke | 1 | -19/+16 | |
2013-03-09 | econproxy: First try on sending a frame [untested] | Benjamin Franzke | 1 | -0/+71 | |
2013-03-09 | econproxy: remove old code | Benjamin Franzke | 1 | -7/+0 | |
2013-03-09 | econproxy: First try to send reqconnect to the beamer | Benjamin Franzke | 1 | -95/+231 | |
2013-03-07 | Init econproxy: Support retrieving a frame from x11vnc & write to ppm | Benjamin Franzke | 1 | -0/+294 | |