Results 3 issues of ytakano

I tried to compile travel_agency.ml, but I encountered an error concerning "SessionN". > $ ocamlfind ocamlc -g -thread -package session-ocaml,session-ocaml.ppx -rectypes -short-paths -c travel_agency.ml > File "travel_agency.ml", line 2, characters...

Add `CongestionController` trait for congestion controllers of TCP. By default, this PR uses `NoControl`, which do not control congestion, and the PR does not affect conventional behavior. To use `Cubic`...

On macOS, it can be compiled to modify [kernel/Makefile](https://github.com/sykwer/utokyo_syspro_baremetal/blob/master/kernel/Makefile) as follows. ```makefile CFLAGS = -Wall -Wextra -nostdlib --target=x86_64-w64-mingw32-elf LDFLAGS = -s -x LD = lld -flavor ld.lld all: kernel apps/app1...