初版,可以与TFE进行数据交互。
This commit is contained in:
9
libforge_socket.h
Normal file
9
libforge_socket.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef FORGE_SOCKET_H
|
||||
#define FORGE_SOCKET_H
|
||||
#include "forge_socket.h"
|
||||
|
||||
|
||||
struct tcp_state *forge_socket_get_default_state();
|
||||
int forge_socket_set_state(int sock, struct tcp_state *st);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user