Skip to content

Instantly share code, notes, and snippets.

- Google
- https://pastebin.com/raw/mfUaw8gY
- Youtube
- https://pastebin.com/raw/v0Cgi2H2
- Facebook
- https://pastebin.com/raw/S0sDAdRv
- Baidu
- https://pastebin.com/raw/p7tkHtjn
- Wikipedia
- https://pastebin.com/raw/bP6Pkn5c
@High-Hill
High-Hill / get_and_set_tcp_nodelay.c
Created November 17, 2017 13:04
TCP_NODELAYを1にするプログラム.できているのかは謎い.
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
int main() {
int sock;
int val, setval;
struct sockaddr_in addr;
@High-Hill
High-Hill / paper.txt
Last active August 29, 2015 14:24
seccamp'15
2015年度セキュリティキャンプ応募用紙Write up
※いつかgithub.ioで書き直します
<注意事項>
まとまってないです.そのままです.
途中支離滅裂であったり,それは間違ってるでしょって部分もあるかと思いますが,これを出したということで...
また,本名バレしそうな部分,画像部分は伏せました.ご了承ください.
選択問題は4,7,9,11,14を選択しました.
</注意事項>