Skip to content

Talk about adding TCP/IP support #6

@lf94

Description

@lf94

For now SummonScript uses UNIX sockets for fast local IPC.

Of course this means switching to TCP/IP for true remote editing will be quite easy.

Right now SummonScript uses 32k * 8 buffer sizes (128k). Really quite small. We could easily stream models across networks.

I don't use TCP/IP first is because it's quite slower than UNIX sockets based on some Internet data I've seen.

I would like this to be hidden behind a flag, like --listen <port>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions