mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Connection: Add negotiation phase
This commit is contained in:
parent
85e143fd11
commit
9cf99e0bcd
3 changed files with 12 additions and 3 deletions
1
main.cc
1
main.cc
|
@ -69,7 +69,6 @@ next_agent:
|
|||
class connection *conn = new class connection(cfd);
|
||||
class agent *a = new class agent(aid++, conn, map);
|
||||
agents.push_back(a);
|
||||
a->spawn();
|
||||
}
|
||||
|
||||
/* Collect and take actions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue