msgrecive통해서 정보를 받아올수 있다 ,나중에 받아오고싶으면 MsgInfo를 통해서 받아올수 있다.
struct _msg_info는?
{
int nd; //node descriptor
int pid; //sender's process ID
int tid; //sender's thread ID
int chid; // channel id
int scoid; //server connection id
int coid; // sender's connection id
int priority; //sender's priority
int msglen; // of bytes copied 진짜 전달된 msg length
}
client는 어떻게 server의 pid를 알수 있는가?
name과 channelcreate 가 다른건?
name_attach로 만들게 되면 아래와같은 설정이 추가된다.
_PULSE_CODE_DISCONNECT
<- code가 날라감_PLUSE_CODE_COIDDEATH
<- code가 날라감PULSE_CODE_UNBLOCK
<- code가 날라감pulse 코드는 header에서 확인하세요
name_open 은 뭘까
clinent information structure