Emil Williams 3ヶ月前
コミット
e50f10e87c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 5432DB986FDBCF8A
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      server/blackhole/blackhole.c

+ 1
- 0
server/blackhole/blackhole.c ファイルの表示

@@ -1,5 +1,6 @@
/* blackhole.c - eats incoming messages, does nothing, just for testing
* @BAKE cc -O2 -std=gnu89 -Wall -Wextra -Wpedantic $@ -o $*
* Basically ripped from <https://beej.us/guide/bgnet/html//index.html#what-is-a-socket>
*/

#include <stdio.h>


読み込み中…
キャンセル
保存