↩ revert:

This commit is contained in:
lzy
2024-05-27 02:33:10 +08:00
parent 2336f88407
commit a277dec1fe
136 changed files with 606 additions and 606 deletions

View File

@@ -14,13 +14,13 @@
#define BURST 100 //!! token上限
int main(int argc, char** argv)
int main(int argc, char **argv)
{
int sfd, dfd = 1;
char buf[BUFSIZE];
int len, ret, pos;
int size;
mytbf_t* tbf;
mytbf_t *tbf;
if (argc < 2)
{