﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
455	TCP uses threads in an unsupported way	Jakub Jermář	Jiri Svoboda	`tcp_rqueue_thread_start()` creates an instance of the `tcp_rqueue_thread` thread. The idea is probably to dedicate the new thread entirely to this funtion. However, since the functions called from it, such as `tcp_as_segment_arrived()`, use fibril synchonization, it is likely that the thread will execute other fibrils too. It will gradually become just another execution unit for running fibrils.	defect	closed	minor	0.5.0	helenos/net/tcp	mainline	fixed					
