mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
14 lines
239 B
C
14 lines
239 B
C
// Service multiplexer configurator
|
|
|
|
#ifndef __CONFIG_H__
|
|
#define __CONFIG_H__
|
|
|
|
#include "sermux.h"
|
|
|
|
#define SER_TIMEOUT_MS 100
|
|
#define NET_TIMEOUT_MS 100
|
|
#define MEM_BUF_SIZE ( 6 * 1024 )
|
|
|
|
#endif
|
|
|