It would take the format of NxM extra tiles on each side of the client's viewport. Importantly, negative values would subtract from the total, reducing the overall load on clients for higher client.view values.
An example usage would be:
client
view = "10x10"
buffer = "-5,-5" // could be -5x-5, but I don't like the look of that.