Issue: #62 - UDP support

This commit is contained in:
Kondo Takeo
2021-02-04 00:31:40 +09:00
parent d4f3b22140
commit e024d3eb33
7 changed files with 48141 additions and 16 deletions

View File

@@ -134,7 +134,8 @@ private:
Process *val;
};
Process *getProcess(Connection *connection, const char *devicename = NULL);
Process *getProcess(Connection *connection, const char *devicename = NULL,
short int packettype = IPPROTO_TCP);
void process_init();