made udp socket in receiver use generic socket, included a incrememnt frame index in acquire before a break, got rid of infinite loop for unmatched index in receiver

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@350 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-11-19 16:29:17 +00:00
parent 1b7c42540a
commit 97ed3e8872
7 changed files with 65 additions and 101 deletions

View File

@ -6,7 +6,7 @@
#include <stdint.h>
#define GOODBYE -200
#define HALF_BUFFER_SIZE 1286
#define BUFFER_SIZE 1286*2
#define DEFAULT_UDP_PORT 50001