virtual void Shutdown();
virtual GSocket *WaitConnection(wxSocketBase& wxsocket);
- GSocketError SetLocal(GAddress *address);
- GSocketError SetPeer(GAddress *address);
- GAddress *GetLocal();
- GAddress *GetPeer();
GSocketError SetServer();
bool SetReusable();
bool SetBroadcast();
void Notify(bool flag);
void Detected_Read();
void Detected_Write();
- void SetInitialSocketBuffers(int recv, int send)
- {
- m_initialRecvBufferSize = recv;
- m_initialSendBufferSize = send;
- }
protected:
//enable or disable event callback using gsocket gui callback table